llvm-for-llvmta/test/Other/2006-02-05-PassManager.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

6 lines
111 B
LLVM

; RUN: opt < %s -domtree -gvn -domtree -constmerge -disable-output
define i32 @test1() {
unreachable
}