summaryrefslogtreecommitdiff
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.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/BugPoint/crash-basictest.ll b/test/BugPoint/crash-basictest.ll
deleted file mode 100644
index f631d70119..0000000000
--- a/test/BugPoint/crash-basictest.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; Basic test for bugpoint.
-; RUN: bugpoint %s -idom -bugpoint-crashcalls \
-; RUN: -idom
-
-define i32 @test() {
- call i32 @test()
- ret i32 %1
-}