Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison test/CodeGen/ARM/sjljehprepare-lower-empty-struct.ll @ 100:7d135dc70f03
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
96:6418606d0ead | 100:7d135dc70f03 |
---|---|
1 ; RUN: llc -mtriple=armv7-apple-ios -O0 < %s | FileCheck %s | 1 ; RUN: llc -mtriple=armv7-apple-ios -O0 < %s | FileCheck %s |
2 ; RUN: llc -mtriple=armv7-apple-ios -O1 < %s | FileCheck %s | 2 ; RUN: llc -mtriple=armv7-apple-ios -O1 < %s | FileCheck %s |
3 ; RUN: llc -mtriple=armv7-apple-ios -O2 < %s | FileCheck %s | 3 ; RUN: llc -mtriple=armv7-apple-ios -O2 < %s | FileCheck %s |
4 ; RUN: llc -mtriple=armv7-apple-ios -O3 < %s | FileCheck %s | 4 ; RUN: llc -mtriple=armv7-apple-ios -O3 < %s | FileCheck %s |
5 ; RUN: llc -mtriple=armv7k-apple-ios < %s | FileCheck %s | |
5 | 6 |
6 ; SjLjEHPrepare shouldn't crash when lowering empty structs. | 7 ; SjLjEHPrepare shouldn't crash when lowering empty structs. |
7 ; | 8 ; |
8 ; Checks that between in case of empty structs used as arguments | 9 ; Checks that between in case of empty structs used as arguments |
9 ; nothing happens, i.e. there are no instructions between | 10 ; nothing happens, i.e. there are no instructions between |