[llvm-commits] [llvm] r39977 - /llvm/trunk/lib/Target/X86/README.txt

Evan Cheng evan.cheng at apple.com
Tue Jul 17 11:39:45 PDT 2007


Author: evancheng
Date: Tue Jul 17 13:39:45 2007
New Revision: 39977

URL: http://llvm.org/viewvc/llvm-project?rev=39977&view=rev
Log:
Update.

Modified:
    llvm/trunk/lib/Target/X86/README.txt

Modified: llvm/trunk/lib/Target/X86/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/README.txt?rev=39977&r1=39976&r2=39977&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/README.txt (original)
+++ llvm/trunk/lib/Target/X86/README.txt Tue Jul 17 13:39:45 2007
@@ -150,9 +150,7 @@
 
 //===---------------------------------------------------------------------===//
 
-Use push/pop instructions in prolog/epilog sequences instead of stores off 
-ESP (certain code size win, perf win on some [which?] processors).
-Also, it appears icc use push for parameter passing. Need to investigate.
+It appears icc use push for parameter passing. Need to investigate.
 
 //===---------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list