mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
fe1d9e9588
commit
5fb580efd6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user