mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 11:46:42 +00:00
remove an unused variable.
llvm-svn: 157872
This commit is contained in:
parent
2567e6aec1
commit
68489fe6b7
@ -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…
x
Reference in New Issue
Block a user