diff options
| author | Dan Gohman <gohman@apple.com> | 2008-10-17 21:38:40 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-10-17 21:38:40 +0000 |
| commit | b1d8d6ecff8240758a1a6a7a6b8d2f167240e0d8 (patch) | |
| tree | faeb8c97e36f15d9c95c560d131a992e2f17cfd1 | |
| parent | f0a5f84c425f5c116411ed81a91c49c3cdb4d64e (diff) | |
| download | bcm5719-llvm-b1d8d6ecff8240758a1a6a7a6b8d2f167240e0d8.tar.gz bcm5719-llvm-b1d8d6ecff8240758a1a6a7a6b8d2f167240e0d8.zip | |
This is done.
llvm-svn: 57733
| -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 e0704f66c34..8824822dc95 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -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) |

