1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test/BugPoint/crash-basictest.ll
2007-01-17 07:59:14 +00:00

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
}