From: Dan Gohman Date: Tue, 9 Dec 2008 02:18:52 +0000 (+0000) Subject: Fix the name of ISD::TokenFactor in a comment. Thanks Gabor! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5fb580efd699b220a13cd017bb246a3e63481cf4;p=oota-llvm.git Fix the name of ISD::TokenFactor in a comment. Thanks Gabor! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60736 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 073cb457d04..698014d4eae 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -1171,7 +1171,7 @@ public: } /// 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) {