mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
4b323657b9
llvm-svn: 35775
9 lines
144 B
LLVM
9 lines
144 B
LLVM
; Basic test for bugpoint.
|
|
; RUN: bugpoint %s -idom -bugpoint-crashcalls \
|
|
; RUN: -idom
|
|
|
|
define i32 @test() {
|
|
call i32 @test()
|
|
ret i32 %1
|
|
}
|