Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / ARM / crash.ll
blob4b6876df4a039b28dee6d2f707c38f893f7c496a
1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin10
3 ; <rdar://problem/8529919>
4 %struct.foo = type { i32, i32 }
6 define void @func() nounwind {
7 entry:
8   %tmp = load i32* undef, align 4
9   br label %bb1
11 bb1:
12   %tmp1 = and i32 %tmp, 16
13   %tmp2 = icmp eq i32 %tmp1, 0
14   %invok.1.i = select i1 %tmp2, i32 undef, i32 0
15   %tmp119 = add i32 %invok.1.i, 0
16   br i1 undef, label %bb2, label %exit
18 bb2:
19   %tmp120 = add i32 %tmp119, 0
20   %scevgep810.i = getelementptr %struct.foo* null, i32 %tmp120, i32 1
21   store i32 undef, i32* %scevgep810.i, align 4
22   br i1 undef, label %bb2, label %bb3
24 bb3:
25   br i1 %tmp2, label %bb2, label %bb2
27 exit:
28   ret void