1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix the name of ISD::TokenFactor in a comment. Thanks Gabor!

llvm-svn: 60736
This commit is contained in:
Dan Gohman 2008-12-09 02:18:52 +00:00
parent aa0be1e32a
commit 0e700eb88b

View File

@ -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) {