Skip to content

Commit 08b567c

Browse files
committed
[RISCV]: Removed auto
1 parent 8aa7406 commit 08b567c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) {
315315

316316
SDValue DAGTypeLegalizer::SoftenFloatRes_FCANONICALIZE(SDNode *N) {
317317
SDLoc dl(N);
318-
auto Node = DAG.getNode(ISD::FMINIMUMNUM, dl, N->getValueType(0),
318+
SDValue Node = DAG.getNode(ISD::FMINIMUMNUM, dl, N->getValueType(0),
319319
N->getOperand(0), N->getOperand(0));
320320
return SoftenFloatRes_Binary(
321321
Node.getNode(),

0 commit comments

Comments
 (0)