From c8c692878185754d8a9f784bbc713e6c0694a8df Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 5 Feb 2007 19:33:20 +0000 Subject: [PATCH] Test case for PR1158 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33914 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Other/2006-02-05-PassManager.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Other/2006-02-05-PassManager.ll diff --git a/test/Other/2006-02-05-PassManager.ll b/test/Other/2006-02-05-PassManager.ll new file mode 100644 index 00000000000..2fb1341b4df --- /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 +}