mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Clarify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60685 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e3e5bf427
commit
fb4b58c9aa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user