diff options
-rw-r--r-- | lib/Target/X86/README.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 9c507162cf..807a921ac7 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -290,10 +290,6 @@ It would be better to emit "cmp %al, 1" than a xor and test. //===---------------------------------------------------------------------===// -Enable X86InstrInfo::convertToThreeAddress(). - -//===---------------------------------------------------------------------===// - We are currently lowering large (1MB+) memmove/memcpy to rep/stosl and rep/movsl We should leave these as libcalls for everything over a much lower threshold, since libc is hand tuned for medium and large mem ops (avoiding RFO for large |