From: Dan Gohman Date: Mon, 8 Dec 2008 04:54:58 +0000 (+0000) Subject: Clarify a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fb4b58c9aadeedb675e000d5654201a7e2ae843d;p=oota-llvm.git Clarify a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60685 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 6b7d42ecc43..073cb457d04 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 possible ISD:TokenFactor. + /// it exists. Skip a possible ISD:TokenFactor. static SDValue GetPossiblePreceedingTailCall(SDValue Chain, unsigned TailCallNodeOpCode) { if (Chain.getOpcode() == TailCallNodeOpCode) {