mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
9304434617
llvm-svn: 36064
6 lines
125 B
LLVM
6 lines
125 B
LLVM
; RUN: llvm-as < %s | opt -domtree -gcse -etforest -constmerge -disable-output
|
|
|
|
define i32 @test1() {
|
|
unreachable
|
|
}
|