comparison test/CodeGen/X86/asm-label.ll @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
22 22
23 if.end: ; preds = %if.then 23 if.end: ; preds = %if.then
24 br label %cleanup 24 br label %cleanup
25 25
26 cleanup: ; preds = %if.end, %if.then9 26 cleanup: ; preds = %if.end, %if.then9
27 switch i32 undef, label %unreachable [ 27 switch i32 undef, label %default [
28 i32 0, label %cleanup.cont 28 i32 0, label %cleanup.cont
29 i32 1, label %if.end11 29 i32 1, label %if.end11
30 ] 30 ]
31 31
32 cleanup.cont: ; preds = %cleanup 32 cleanup.cont: ; preds = %cleanup
33 br label %if.end11 33 br label %if.end11
34 34
35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true, %entry 35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true, %entry
36 ret void 36 ret void
37 37
38 unreachable: ; preds = %cleanup 38 default: ; preds = %cleanup
39 unreachable 39 br label %if.end11
40 } 40 }