aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/X86/README.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 57aaab0577..36f287bcf9 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -289,16 +289,6 @@ The pattern isel got this one right.
//===---------------------------------------------------------------------===//
-This shouldn't have an explicit ADD (target independent dag combiner hack):
-
-bool %X(int %X) {
- %Y = add int %X, 14
- %Z = setne int %Y, 12345
- ret bool %Z
-}
-
-//===---------------------------------------------------------------------===//
-
We need to lower switch statements to tablejumps when appropriate instead of
always into binary branch trees.