[llvm-commits] [llvm] r69934 - /llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h

Dan Gohman gohman at apple.com
Thu Apr 23 15:41:05 PDT 2009


Author: djg
Date: Thu Apr 23 17:41:05 2009
New Revision: 69934

URL: http://llvm.org/viewvc/llvm-project?rev=69934&view=rev
Log:
Fix spurious indentation in a comment.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h

Modified: llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h?rev=69934&r1=69933&r2=69934&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelLowering.h Thu Apr 23 17:41:05 2009
@@ -326,7 +326,7 @@
     /// 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,





More information about the llvm-commits mailing list