Update.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jul 2007 18:39:45 +0000 (18:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jul 2007 18:39:45 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39977 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 9ac0bb5972a686bcdef6f9ee167b45e509f9dcfd..4564b0f77be1fda871f1e9acc9e41c495c5af129 100644 (file)
@@ -150,9 +150,7 @@ int foo (unsigned long j) {
 
 //===---------------------------------------------------------------------===//
 
-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.
 
 //===---------------------------------------------------------------------===//