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