mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 17:33:29 +00:00
Add comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128730 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8380c034b6
commit
c249e48558
@ -4929,9 +4929,11 @@ void SelectionDAGBuilder::LowerCallTo(ImmutableCallSite CS, SDValue Callee,
|
|||||||
&ReturnValues[0], ReturnValues.size()));
|
&ReturnValues[0], ReturnValues.size()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Assign order to nodes here. If the call does not produce a result, it won't
|
||||||
|
// be mapped to a SDNode and visit() will not assign it an order number.
|
||||||
|
if (!Result.second.getNode()) {
|
||||||
// As a special case, a null chain means that a tail call has been emitted and
|
// As a special case, a null chain means that a tail call has been emitted and
|
||||||
// the DAG root is already updated.
|
// the DAG root is already updated.
|
||||||
if (!Result.second.getNode()) {
|
|
||||||
HasTailCall = true;
|
HasTailCall = true;
|
||||||
++SDNodeOrder;
|
++SDNodeOrder;
|
||||||
AssignOrderingToNode(DAG.getRoot().getNode());
|
AssignOrderingToNode(DAG.getRoot().getNode());
|
||||||
|
Loading…
Reference in New Issue
Block a user