Skip to content

Commit cc2a061

Browse files
committed
Drop legalize comments
1 parent 54408df commit cc2a061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/Sparc/SparcISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,8 +2762,8 @@ static SDValue LowerVAARG(SDValue Op, SelectionDAG &DAG) {
27622762

27632763
static SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG,
27642764
const SparcSubtarget *Subtarget) {
2765-
SDValue Chain = Op.getOperand(0); // Legalize the chain.
2766-
SDValue Size = Op.getOperand(1); // Legalize the size.
2765+
SDValue Chain = Op.getOperand(0);
2766+
SDValue Size = Op.getOperand(1);
27672767
SDValue Alignment = Op.getOperand(2);
27682768
MaybeAlign MaybeAlignment =
27692769
cast<ConstantSDNode>(Alignment)->getMaybeAlignValue();

0 commit comments

Comments
 (0)