1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test/BugPoint/crash-basictest.ll

10 lines
207 B
LLVM
Raw Normal View History

; 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
}