aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 1b55ac69bf..c9f11b935c 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -317,11 +317,6 @@ this construct.
//===---------------------------------------------------------------------===//
-Instcombine misses several of these cases (see the testcase in the patch):
-http://gcc.gnu.org/ml/gcc-patches/2006-10/msg01519.html
-
-//===---------------------------------------------------------------------===//
-
viterbi speeds up *significantly* if the various "history" related copy loops
are turned into memcpy calls at the source level. We need a "loops to memcpy"
pass.