From 5fb580efd699b220a13cd017bb246a3e63481cf4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 9 Dec 2008 02:18:52 +0000 Subject: [PATCH] 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 --- include/llvm/Target/TargetLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {