From: Rafael Espindola Date: Tue, 30 Aug 2011 23:03:45 +0000 (+0000) Subject: Remove the old tail duplication pass. It is not used and is unable to update X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f940a1a869b4fe6f857e7fd8aeb97e7b7e9b390e;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6188ffd4c88..4feb907d367 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -583,6 +583,8 @@ it run faster: