diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-02-02 06:36:48 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-02-02 06:36:48 +0000 |
| commit | 4b2ec8af23bb5b782b7d14035279737358e3d56f (patch) | |
| tree | 45233243a4d0dc570a47153ac8f6dfaa3f2d280e /llvm/lib/Target | |
| parent | 49ce35542f9c2944f0eae43dbaa500863c16bd58 (diff) | |
| download | bcm5719-llvm-4b2ec8af23bb5b782b7d14035279737358e3d56f.tar.gz bcm5719-llvm-4b2ec8af23bb5b782b7d14035279737358e3d56f.zip | |
implemented, testcase here: test/Regression/CodeGen/X86/compare-add.ll
llvm-svn: 25899
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/README.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index 57aaab05773..36f287bcf92 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/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. |

