diff options
author | Owen Anderson <resistor@mac.com> | 2007-04-08 21:30:05 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-04-08 21:30:05 +0000 |
commit | cd4abb7e6da68510be8a843013fe15176f91ec49 (patch) | |
tree | 12d9222fee6c08d3875a31c038e8a474b2c03dec /test/BugPoint | |
parent | 3a37b6b19c300658dd72a53667f3b46e1f3d99f2 (diff) |
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.ll | 4 |
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() |