summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-19 22:26:29 +0000
committerChris Lattner <sabre@nondot.org>2008-04-19 22:26:29 +0000
commitfe48fbc1f155888230dc40070b47302a624c9590 (patch)
treed51399c653dc8e024c94438e9e26a09c98d591fa /llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
parent5b665498af732d691b01af59a84cdae092e093e6 (diff)
downloadbcm5719-llvm-fe48fbc1f155888230dc40070b47302a624c9590.tar.gz
bcm5719-llvm-fe48fbc1f155888230dc40070b47302a624c9590.zip
rename *.llx -> *.ll
llvm-svn: 49969
Diffstat (limited to 'llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll')
-rw-r--r--llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll16
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll b/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
new file mode 100644
index 00000000000..6f31f16778f
--- /dev/null
+++ b/llvm/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
@@ -0,0 +1,16 @@
+; RUN: llvm-as < %s | opt -instcombine -simplifycfg | llvm-dis | not grep br
+
+@.str_1 = internal constant [6 x i8] c"_Bool\00" ; <[6 x i8]*> [#uses=2]
+
+define i32 @test() {
+ %tmp.54 = load i8* getelementptr ([6 x i8]* @.str_1, i64 0, i64 1) ; <i8> [#uses=1]
+ %tmp.55 = icmp ne i8 %tmp.54, 66 ; <i1> [#uses=1]
+ br i1 %tmp.55, label %then.7, label %endif.7
+
+then.7: ; preds = %then.7, %0
+ br label %then.7
+
+endif.7: ; preds = %0
+ ret i32 0
+}
+
OpenPOWER on IntegriCloud