Skip to content

Commit 4c4a890

Browse files
committed
Fix style
1 parent 604fd6e commit 4c4a890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,9 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
551551
if (Subtarget.hasStdExtZfa()) {
552552
setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal);
553553
setOperationAction({ISD::FMAXIMUM, ISD::FMINIMUM}, MVT::f32, Legal);
554-
} else
554+
} else {
555555
setOperationAction({ISD::FMAXIMUM, ISD::FMINIMUM}, MVT::f32, Custom);
556+
}
556557
}
557558

558559
if (Subtarget.hasStdExtFOrZfinx() && Subtarget.is64Bit())

0 commit comments

Comments
 (0)