git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-07-17 18:39:45 +00:00
parent 574470a561
commit 698b63862c

View 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.
//===---------------------------------------------------------------------===//