Dan pointed out that this is done, remove it!
authorChris Lattner <sabre@nondot.org>
Wed, 28 Mar 2007 17:26:52 +0000 (17:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Mar 2007 17:26:52 +0000 (17:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35430 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README-X86-64.txt

index 44c2e2894d9ffe2f0d3c49ccdf5bc5c851bceee0..191904ac51f29a8b839e6a2da89ec7756567c68c 100644 (file)
@@ -28,27 +28,6 @@ _bar:
 
 We need to do the tailcall optimization as well.
 
-//===---------------------------------------------------------------------===//
-
-For this:
-
-int test(int a)
-{
-  return a * 3;
-}
-
-We generates
-       leal (%edi,%edi,2), %eax
-
-We should be generating 
-       leal (%rdi,%rdi,2), %eax
-
-instead. The later form does not require an address-size prefix 67H.
-
-It's probably ok to simply emit the corresponding 64-bit super class registers
-in this case?
-
-
 //===---------------------------------------------------------------------===//
 
 AMD64 Optimization Manual 8.2 has some nice information about optimizing integer