From cd4abb7e6da68510be8a843013fe15176f91ec49 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Sun, 8 Apr 2007 21:30:05 +0000 Subject: 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 --- test/BugPoint/crash-basictest.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/BugPoint') 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() -- cgit v1.2.3