Files
llvm-6502/test/Other/2006-02-05-PassManager.ll
Owen Anderson e9bbaa2293 Update tests for the disappearance of -idom.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36064 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-15 08:54:57 +00:00

6 lines
125 B
LLVM

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