Skip to content

Commit 372e999

Browse files
authored
Remove unused variable (#149115)
1 parent cfc20ea commit 372e999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14017,7 +14017,6 @@ const uint32_t ModeMask32 = ~RISCVExceptFlags::ALL;
1401714017
SDValue RISCVTargetLowering::lowerGET_FPMODE(SDValue Op,
1401814018
SelectionDAG &DAG) const {
1401914019
const MVT XLenVT = Subtarget.getXLenVT();
14020-
const uint64_t ModeMaskValue = Subtarget.is64Bit() ? ModeMask64 : ModeMask32;
1402114020
SDLoc DL(Op);
1402214021
SDValue Chain = Op->getOperand(0);
1402314022
SDValue SysRegNo = DAG.getTargetConstant(RISCVSysReg::fcsr, DL, XLenVT);

0 commit comments

Comments
 (0)