OSDN Git Service

Test case for PR1158
authorDevang Patel <dpatel@apple.com>
Mon, 5 Feb 2007 19:33:20 +0000 (19:33 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 5 Feb 2007 19:33:20 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33914 91177308-0d34-0410-b5e6-96231b3b80d8

test/Other/2006-02-05-PassManager.ll [new file with mode: 0644]

diff --git a/test/Other/2006-02-05-PassManager.ll b/test/Other/2006-02-05-PassManager.ll
new file mode 100644 (file)
index 0000000..2fb1341
--- /dev/null
@@ -0,0 +1,5 @@
+; RUN:  llvm-as < %s |  opt -domtree -idom -gcse -etforest -constmerge -disable-output
+
+define i32 @test1() {
+       unreachable
+}