mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
grammar tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107489 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e45f72c833
commit
ee7f8b5f05
@ -1007,11 +1007,11 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) {
|
||||
NodesLeadingTo);
|
||||
}
|
||||
|
||||
// Now that we legalized all of the inputs (which may have inserted
|
||||
// libcalls) create the new CALLSEQ_START node.
|
||||
// Now that we have legalized all of the inputs (which may have inserted
|
||||
// libcalls), create the new CALLSEQ_START node.
|
||||
Tmp1 = LegalizeOp(Node->getOperand(0)); // Legalize the chain.
|
||||
|
||||
// Merge in the last call, to ensure that this call start after the last
|
||||
// Merge in the last call to ensure that this call starts after the last
|
||||
// call ended.
|
||||
if (LastCALLSEQ_END.getOpcode() != ISD::EntryToken) {
|
||||
Tmp1 = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
|
||||
|
Loading…
x
Reference in New Issue
Block a user