comparison test/CodeGen/Thumb2/thumb2-cbnz.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 54457678186b
children 1172e4bd9c6f
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
27 ; CHECK-NEXT: cbnz 27 ; CHECK-NEXT: cbnz
28 %0 = tail call double @foo(double %b) nounwind readnone ; <double> [#uses=0] 28 %0 = tail call double @foo(double %b) nounwind readnone ; <double> [#uses=0]
29 br label %bb11 29 br label %bb11
30 30
31 bb11: ; preds = %bb9, %bb7 31 bb11: ; preds = %bb9, %bb7
32 %1 = getelementptr i32* undef, i32 0 32 %1 = getelementptr i32, i32* undef, i32 0
33 store i32 0, i32* %1 33 store i32 0, i32* %1
34 ret void 34 ret void
35 } 35 }