Skip to content

Commit b9266c2

Browse files
committed
Remove unused code
1 parent de37e30 commit b9266c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ void RISCVSubtarget::overridePostRASchedPolicy(MachineSchedPolicy &Policy,
248248
}
249249
}
250250

251-
bool RISCVSubtarget::useLoadStorePairs() const {
252-
return UseMIPSLoadStorePairsOpt && HasVendorXMIPSLSP;
253-
}
254-
255251
bool RISCVSubtarget::useCCMovInsn() const {
256252
return UseCCMovInsn && HasVendorXMIPSCMove;
257253
}

0 commit comments

Comments
 (0)