mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix the name of ISD::TokenFactor in a comment. Thanks Gabor!
llvm-svn: 60736
This commit is contained in:
parent
aa0be1e32a
commit
0e700eb88b
@ -1171,7 +1171,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// GetPossiblePreceedingTailCall - Get preceeding TailCallNodeOpCode node if
|
/// 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,
|
static SDValue GetPossiblePreceedingTailCall(SDValue Chain,
|
||||||
unsigned TailCallNodeOpCode) {
|
unsigned TailCallNodeOpCode) {
|
||||||
if (Chain.getOpcode() == TailCallNodeOpCode) {
|
if (Chain.getOpcode() == TailCallNodeOpCode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user