This is done.

llvm-svn: 57733
This commit is contained in:
Dan Gohman 2008-10-17 21:38:40 +00:00
parent f0a5f84c42
commit b1d8d6ecff
1 changed files with 0 additions and 10 deletions

View 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)