summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopDeletion
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-08-30 23:03:45 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-08-30 23:03:45 +0000
commitf940a1a869b4fe6f857e7fd8aeb97e7b7e9b390e (patch)
treebc8c030ead7ee50957d7d24d68a4aa349b4b84c5 /test/Transforms/LoopDeletion
parenteaca928a3798e1fa7072457b94eccdd5b53b5d5f (diff)
downloadllvm-f940a1a869b4fe6f857e7fd8aeb97e7b7e9b390e.tar.gz
llvm-f940a1a869b4fe6f857e7fd8aeb97e7b7e9b390e.tar.bz2
llvm-f940a1a869b4fe6f857e7fd8aeb97e7b7e9b390e.tar.xz
Remove the old tail duplication pass. It is not used and is unable to update
ssa, so it has to be run really early in the pipeline. Any replacement should probably use the SSAUpdater. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138841 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopDeletion')
-rw-r--r--test/Transforms/LoopDeletion/2008-05-06-Phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopDeletion/2008-05-06-Phi.ll b/test/Transforms/LoopDeletion/2008-05-06-Phi.ll
index 4fc6378ee2..ff6a30d3a3 100644
--- a/test/Transforms/LoopDeletion/2008-05-06-Phi.ll
+++ b/test/Transforms/LoopDeletion/2008-05-06-Phi.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -inline -tailduplicate -instcombine -jump-threading -licm -loop-unswitch -instcombine -indvars -loop-deletion -gvn -simplifycfg -verify -disable-output
+; RUN: opt < %s -inline -instcombine -jump-threading -licm -loop-unswitch -instcombine -indvars -loop-deletion -gvn -simplifycfg -verify -disable-output
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin9"