Only look at .ll files in this directory
[oota-llvm.git] / test / BugPoint / crash-basictest.ll
1 ; Basic test for bugpoint.
2 ; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls -domset -idom -domset
3
4 int %test() {
5         call int %test()
6         ret int %0
7 }