blob: 50cdeedd695e21b6f4592aa44ae6541d63fc46d6 [file] [log] [blame]
Chris Lattnera5ef57d2009-09-11 16:47:41 +00001; RUN: opt < %s -instcombine -simplifycfg -S | not grep br
Chris Lattnerbaefa332003-08-20 16:11:05 +00002
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00003@.str_1 = internal constant [6 x i8] c"_Bool\00" ; <[6 x i8]*> [#uses=2]
Chris Lattnerbaefa332003-08-20 16:11:05 +00004
Tanya Lattner6e9bcee2008-02-14 07:57:12 +00005define i32 @test() {
6 %tmp.54 = load i8* getelementptr ([6 x i8]* @.str_1, i64 0, i64 1) ; <i8> [#uses=1]
7 %tmp.55 = icmp ne i8 %tmp.54, 66 ; <i1> [#uses=1]
8 br i1 %tmp.55, label %then.7, label %endif.7
Chris Lattnerbaefa332003-08-20 16:11:05 +00009
Tanya Lattner6e9bcee2008-02-14 07:57:12 +000010then.7: ; preds = %then.7, %0
11 br label %then.7
Chris Lattnerbaefa332003-08-20 16:11:05 +000012
Tanya Lattner6e9bcee2008-02-14 07:57:12 +000013endif.7: ; preds = %0
14 ret i32 0
Chris Lattnerbaefa332003-08-20 16:11:05 +000015}
16