mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
4572ce85b0
llvm-svn: 33296
10 lines
207 B
LLVM
10 lines
207 B
LLVM
; Basic test for bugpoint.
|
|
; RUN: llvm-upgrade < %s > %t1.ll
|
|
; RUN: bugpoint %t1.ll -domset -idom -domset -bugpoint-crashcalls \
|
|
; RUN: -domset -idom -domset
|
|
|
|
int %test() {
|
|
call int %test()
|
|
ret int %0
|
|
}
|