aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll b/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
new file mode 100644
index 0000000..86dacf7
--- /dev/null
+++ b/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
@@ -0,0 +1,11 @@
+; This testcase causes instcombine to hang.
+;
+; RUN: as < %s | opt -instcombine
+
+implementation
+
+void "test"(int %X)
+begin
+ %reg117 = add int %X, 0
+ ret void
+end