summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-02-05 19:33:20 +0000
committerDevang Patel <dpatel@apple.com>2007-02-05 19:33:20 +0000
commitc8c692878185754d8a9f784bbc713e6c0694a8df (patch)
treec8296de6800f85af3e351e732373ca1d20fb143d /test/Other
parentd0f285e212c47ac71af842bb39ea5364f1e556b4 (diff)
downloadllvm-c8c692878185754d8a9f784bbc713e6c0694a8df.tar.gz
llvm-c8c692878185754d8a9f784bbc713e6c0694a8df.tar.bz2
llvm-c8c692878185754d8a9f784bbc713e6c0694a8df.tar.xz
Test case for PR1158
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/2006-02-05-PassManager.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Other/2006-02-05-PassManager.ll b/test/Other/2006-02-05-PassManager.ll
new file mode 100644
index 0000000000..2fb1341b4d
--- /dev/null
+++ b/test/Other/2006-02-05-PassManager.ll
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | opt -domtree -idom -gcse -etforest -constmerge -disable-output
+
+define i32 @test1() {
+ unreachable
+}