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

6 lines
131 B
LLVM
Raw Normal View History

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