summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/README.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 4b6e0e92f1..64c1c55fd4 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -64,7 +64,3 @@ Number 1 is the preferred solution.
//===---------------------------------------------------------------------===//
-For dag combiner and instcombine:
-int t(int X, int Y) { return 1 << (X+4); } --> 16 << X
-
-//===---------------------------------------------------------------------===//