summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-04-23 22:41:05 +0000
committerDan Gohman <gohman@apple.com>2009-04-23 22:41:05 +0000
commit870c33f14bd52fcecf6a2140e16922f9a5109e42 (patch)
tree8fab33a7e73c98434dcb4cbed538301c462ecf0a
parentf6c2a27e16230070b29d67dbf1162dca4fd1618f (diff)
downloadbcm5719-llvm-870c33f14bd52fcecf6a2140e16922f9a5109e42.tar.gz
bcm5719-llvm-870c33f14bd52fcecf6a2140e16922f9a5109e42.zip
Fix spurious indentation in a comment.
llvm-svn: 69934
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h
index 8ab594f1397..01111cfb874 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.h
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h
@@ -326,7 +326,7 @@ namespace llvm {
/// the offset of the target addressing mode.
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
/// optimization should implement this function.
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
OpenPOWER on IntegriCloud