summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-17 07:59:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-17 07:59:14 +0000
commit83b3d8267225d585678d5d3af9bba5735f4b415d (patch)
tree9d6c2ad7bfd568186e83a39e6f03e1c0bf415715 /llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
parent100602d7561ca5e245db6194bddae86357d203d4 (diff)
downloadbcm5719-llvm-83b3d8267225d585678d5d3af9bba5735f4b415d.tar.gz
bcm5719-llvm-83b3d8267225d585678d5d3af9bba5735f4b415d.zip
Regression is gone, don't try to find it on clean target.
llvm-svn: 33296
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll')
-rw-r--r--llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll22
1 files changed, 22 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
new file mode 100644
index 00000000000..cd237c326b5
--- /dev/null
+++ b/llvm/test/ExecutionEngine/2003-06-04-bzip2-bug.ll
@@ -0,0 +1,22 @@
+; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc
+; RUN: lli %t.bc > /dev/null
+
+; Testcase distilled from 256.bzip2.
+
+target endian = little
+target pointersize = 32
+
+int %main() {
+entry:
+ br label %loopentry.0
+
+loopentry.0:
+ %h.0 = phi int [ %tmp.2, %loopentry.0 ], [ -1, %entry ]
+ %tmp.2 = add int %h.0, 1
+ %tmp.4 = setne int %tmp.2, 0
+ br bool %tmp.4, label %loopentry.0, label %loopentry.1
+
+loopentry.1:
+ %h.1 = phi int [ %tmp.2, %loopentry.0 ]
+ ret int %h.1
+}
OpenPOWER on IntegriCloud