[llvm-commits] [llvm] r60736 - /llvm/trunk/include/llvm/Target/TargetLowering.h

Dan Gohman gohman at apple.com
Mon Dec 8 18:18:52 PST 2008


Author: djg
Date: Mon Dec  8 20:18:52 2008
New Revision: 60736

URL: http://llvm.org/viewvc/llvm-project?rev=60736&view=rev
Log:
Fix the name of ISD::TokenFactor in a comment. Thanks Gabor!

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=60736&r1=60735&r2=60736&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Dec  8 20:18:52 2008
@@ -1171,7 +1171,7 @@
   }
 
   /// GetPossiblePreceedingTailCall - Get preceeding TailCallNodeOpCode node if
-  /// it exists. Skip a possible ISD:TokenFactor.
+  /// it exists. Skip a possible ISD::TokenFactor.
   static SDValue GetPossiblePreceedingTailCall(SDValue Chain,
                                                  unsigned TailCallNodeOpCode) {
     if (Chain.getOpcode() == TailCallNodeOpCode) {





More information about the llvm-commits mailing list