Test case for PR1158

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-02-05 19:33:20 +00:00
parent d0f285e212
commit c8c6928781

View File

@ -0,0 +1,5 @@
; RUN: llvm-as < %s | opt -domtree -idom -gcse -etforest -constmerge -disable-output
define i32 @test1() {
unreachable
}