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

6 lines
123 B
LLVM
Raw Normal View History

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