From b1d8d6ecff8240758a1a6a7a6b8d2f167240e0d8 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 17 Oct 2008 21:38:40 +0000 Subject: [PATCH] This is done. llvm-svn: 57733 --- llvm/lib/Target/X86/README.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index e0704f66c34c..8824822dc953 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)