Skip to content

Commit 33980b1

Browse files
committed
Move a comment
1 parent cc55bd3 commit 33980b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/M68k/M68kISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ SDValue M68kTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
810810
S->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlags);
811811
}
812812

813-
// Returns a chain & a flag for retval copy to use.
814813
SmallVector<SDValue, 8> Ops;
815814

816815
if (!IsSibcall && IsTailCall) {
@@ -844,6 +843,7 @@ SDValue M68kTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
844843
return DAG.getNode(M68kISD::TC_RETURN, DL, MVT::Other, Ops);
845844
}
846845

846+
// Returns a chain & a flag for retval copy to use.
847847
Chain = DAG.getNode(M68kISD::CALL, DL, {MVT::Other, MVT::Glue}, Ops);
848848
InGlue = Chain.getValue(1);
849849

0 commit comments

Comments
 (0)