mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
423d190dbe
commit
a9c1dd7820
@ -328,7 +328,7 @@ namespace llvm {
|
|||||||
virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
|
virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
|
||||||
|
|
||||||
/// IsEligibleForTailCallOptimization - Check whether the call is eligible
|
/// 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.
|
/// optimization should implement this function.
|
||||||
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
|
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
|
||||||
SDValue Ret,
|
SDValue Ret,
|
||||||
|
@ -506,7 +506,7 @@ namespace llvm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// IsEligibleForTailCallOptimization - Check whether the call is eligible
|
/// 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.
|
/// optimization should implement this function.
|
||||||
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
|
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
|
||||||
SDValue Ret,
|
SDValue Ret,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user