llvm-mirror/test/Other/2006-02-05-PassManager.ll

6 lines
124 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | opt -domtree -gcse -domtree -constmerge -disable-output
2007-02-05 19:33:20 +00:00
define i32 @test1() {
unreachable
}