aboutsummaryrefslogtreecommitdiffstats
path: root/test/BugPoint/crash-basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/BugPoint/crash-basictest.ll')
-rw-r--r--test/BugPoint/crash-basictest.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/BugPoint/crash-basictest.ll b/test/BugPoint/crash-basictest.ll
new file mode 100644
index 0000000..3c5804c
--- /dev/null
+++ b/test/BugPoint/crash-basictest.ll
@@ -0,0 +1,7 @@
+; Basic test for bugpoint.
+; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls -domset -idom -domset
+
+int %test() {
+ call int %test()
+ ret int %0
+}