llvm-svn: 39977
This commit is contained in:
Evan Cheng 2007-07-17 18:39:45 +00:00
parent 0c49836a9f
commit 70b79bfa0e

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