diff options
| author | Dan Gohman <gohman@apple.com> | 2009-08-01 21:25:00 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-08-01 21:25:00 +0000 |
| commit | 9139b02cdacbdd2e0b7948e29fa41e8cd2a721a6 (patch) | |
| tree | 7f9379166a460bbc3066536d2939d2da5f1d5634 /llvm/lib/Target/PowerPC/PPCISelLowering.h | |
| parent | fba48fbfdd9a0fbe7a29850797528389e0b347c2 (diff) | |
| download | bcm5719-llvm-9139b02cdacbdd2e0b7948e29fa41e8cd2a721a6.tar.gz bcm5719-llvm-9139b02cdacbdd2e0b7948e29fa41e8cd2a721a6.zip | |
Fix typos in comments.
llvm-svn: 77806
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index 962bbb144df..a650db34792 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h @@ -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, |

