1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/BugPoint/crash-basictest.ll
2007-04-08 21:30:05 +00:00

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
}