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

9 lines
144 B
LLVM
Raw Normal View History

; Basic test for bugpoint.
; RUN: bugpoint %s -idom -bugpoint-crashcalls \
; RUN: -idom
2007-03-19 19:08:42 +01:00
define i32 @test() {
call i32 @test()
ret i32 %1
}