This is done.
authorDan Gohman <gohman@apple.com>
Fri, 17 Oct 2008 21:38:40 +0000 (21:38 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 17 Oct 2008 21:38:40 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57733 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index e0704f66c34cc60781f19894b15c1832ec8971b8..8824822dc9533420120710c786faba2bb7505ca4 100644 (file)
@@ -369,16 +369,6 @@ There is also one case we do worse on PPC.
 
 //===---------------------------------------------------------------------===//
 
-If shorter, we should use things like:
-movzwl %ax, %eax
-instead of:
-andl $65535, %EAX
-
-The former can also be used when the two-addressy nature of the 'and' would
-require a copy to be inserted (in X86InstrInfo::convertToThreeAddress).
-
-//===---------------------------------------------------------------------===//
-
 For this:
 
 int test(int a)