summaryrefslogtreecommitdiff
path: root/test/Analysis
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/Analysis
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/Analysis')
-rw-r--r--test/Analysis/Dominators/2003-05-12-UnreachableCode.ll15
-rw-r--r--test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll2
2 files changed, 1 insertions, 16 deletions
diff --git a/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll b/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll
deleted file mode 100644
index 256cb54e56..0000000000
--- a/test/Analysis/Dominators/2003-05-12-UnreachableCode.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -domset -disable-verify
-;
-int %re_match_2() {
-ENTRY:
- br label %loopexit.20
-loopentry.20:
- br label %loopexit.20
-
-loopexit.20:
- ret int 0
-
-endif.46: ; UNREACHABLE
- br label %loopentry.20
-
-}
diff --git a/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll b/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
index e6eb0008d6..a00433adbb 100644
--- a/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
+++ b/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -domset -break-crit-edges -domtree -disable-output
+; RUN: llvm-as < %s | opt -break-crit-edges -domtree -disable-output
; PR1110
%struct.OggVorbis_File = type { i8*, i32, i64, i64, %struct.ogg_sync_state, i32, i64*, i64*, i32*, i64*, %struct.vorbis_info*, %struct.vorbis_comment*, i64, i32, i32, i32, double, double, %struct.ogg_stream_state, %struct.vorbis_dsp_state, %struct.vorbis_block, %struct.ov_callbacks }