1 2 3 4 5 6 7 8 9
; 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 }