mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16cd04d26c
commit
128b52d3d7
@ -326,7 +326,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
|||||||
case ISD::CALLSEQ_START:
|
case ISD::CALLSEQ_START:
|
||||||
case ISD::CALLSEQ_END:
|
case ISD::CALLSEQ_END:
|
||||||
Tmp1 = LegalizeOp(Node->getOperand(0)); // Legalize the chain.
|
Tmp1 = LegalizeOp(Node->getOperand(0)); // Legalize the chain.
|
||||||
// There is no need to legalize the size argument (Operand #1)
|
// Do not try to legalize the target-specific arguments (#1+)
|
||||||
Tmp2 = Node->getOperand(0);
|
Tmp2 = Node->getOperand(0);
|
||||||
if (Tmp1 != Tmp2) {
|
if (Tmp1 != Tmp2) {
|
||||||
Node->setAdjCallChain(Tmp1);
|
Node->setAdjCallChain(Tmp1);
|
||||||
|
Loading…
Reference in New Issue
Block a user