summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-04-15 08:54:57 +0000
committerOwen Anderson <resistor@mac.com>2007-04-15 08:54:57 +0000
commite9bbaa2293121f505f4ba62b1b919d4174d9c91a (patch)
treeb4ec17fd99b520048c7c5c4b5715ed71ffe939b6 /test/BugPoint
parent3dc6776b338f81e2d47daa42cc12c9f91053043d (diff)
downloadllvm-e9bbaa2293121f505f4ba62b1b919d4174d9c91a.tar.gz
llvm-e9bbaa2293121f505f4ba62b1b919d4174d9c91a.tar.bz2
llvm-e9bbaa2293121f505f4ba62b1b919d4174d9c91a.tar.xz
Update tests for the disappearance of -idom.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-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
-}