Fix comment typos.

llvm-svn: 105059
This commit is contained in:
Dale Johannesen 2010-05-28 23:24:28 +00:00
parent b9ed185e33
commit e8be73f3e7
1 changed files with 2 additions and 2 deletions

View File

@ -2320,8 +2320,8 @@ X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
return false;
}
// Look for obvious safe cases to perform tail call optimization that does not
// requite ABI changes. This is what gcc calls sibcall.
// Look for obvious safe cases to perform tail call optimization that do not
// require ABI changes. This is what gcc calls sibcall.
// Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
// emit a special epilogue.