1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-16 11:30:51 +00:00
llvm-6502/test/Other/2006-02-05-PassManager.ll
2009-09-11 18:17:12 +00:00

6 lines
111 B
LLVM

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