1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/Other/2006-02-05-PassManager.ll
2007-06-27 22:58:12 +00:00

6 lines
124 B
LLVM

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