1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/Other/2006-02-05-PassManager.ll
2007-04-15 08:54:57 +00:00

6 lines
125 B
LLVM

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