summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2007-04-08 21:30:05 +0000
committerOwen Anderson <resistor@mac.com>2007-04-08 21:30:05 +0000
commitcd4abb7e6da68510be8a843013fe15176f91ec49 (patch)
tree12d9222fee6c08d3875a31c038e8a474b2c03dec /test/BugPoint
parent3a37b6b19c300658dd72a53667f3b46e1f3d99f2 (diff)
downloadllvm-cd4abb7e6da68510be8a843013fe15176f91ec49.tar.gz
llvm-cd4abb7e6da68510be8a843013fe15176f91ec49.tar.bz2
llvm-cd4abb7e6da68510be8a843013fe15176f91ec49.tar.xz
Remove DomSet completely. This concludes work on PR1171.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/crash-basictest.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/BugPoint/crash-basictest.ll b/test/BugPoint/crash-basictest.ll
index 647a53f46e..f631d70119 100644
--- a/test/BugPoint/crash-basictest.ll
+++ b/test/BugPoint/crash-basictest.ll
@@ -1,6 +1,6 @@
; Basic test for bugpoint.
-; RUN: bugpoint %s -domset -idom -domset -bugpoint-crashcalls \
-; RUN: -domset -idom -domset
+; RUN: bugpoint %s -idom -bugpoint-crashcalls \
+; RUN: -idom
define i32 @test() {
call i32 @test()