Fix typos in comments.

llvm-svn: 77806
This commit is contained in:
Dan Gohman 2009-08-01 21:25:00 +00:00
parent fba48fbfdd
commit 9139b02cda
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ namespace llvm {
virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
/// IsEligibleForTailCallOptimization - Check whether the call is eligible
/// for tail call optimization. Target which want to do tail call
/// for tail call optimization. Targets which want to do tail call
/// optimization should implement this function.
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
SDValue Ret,

View File

@ -506,7 +506,7 @@ namespace llvm {
}
/// IsEligibleForTailCallOptimization - Check whether the call is eligible
/// for tail call optimization. Target which want to do tail call
/// for tail call optimization. Targets which want to do tail call
/// optimization should implement this function.
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
SDValue Ret,