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