From: Evan Cheng Date: Tue, 17 Jul 2007 18:39:45 +0000 (+0000) Subject: Update. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=698b63862c8fa3146ab914d01b6d52b81e9708ea;p=oota-llvm.git Update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 9ac0bb5972a..4564b0f77be 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -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. //===---------------------------------------------------------------------===//