mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
remove an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bdd26783b8
commit
00edc3dea2
@ -2150,7 +2150,7 @@ SDValue MipsTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const {
|
||||
static SDValue CreateStoreLR(unsigned Opc, SelectionDAG &DAG, StoreSDNode *SD,
|
||||
SDValue Chain, unsigned Offset) {
|
||||
SDValue BasePtr = SD->getBasePtr(), Ptr, Value = SD->getValue();
|
||||
EVT VT = Value.getValueType(), MemVT = SD->getMemoryVT();
|
||||
EVT MemVT = SD->getMemoryVT();
|
||||
EVT BasePtrVT = BasePtr.getValueType();
|
||||
DebugLoc DL = SD->getDebugLoc();
|
||||
SDVTList VTList = DAG.getVTList(MVT::Other);
|
||||
|
Loading…
Reference in New Issue
Block a user