diff options
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | lib/Target/ARM/ARMISelLowering.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp index 8cab015bf4..7d39704028 100644 --- a/lib/Target/ARM/ARMISelLowering.cpp +++ b/lib/Target/ARM/ARMISelLowering.cpp @@ -5251,8 +5251,7 @@ static SDValue LowerMUL(SDValue Op, SelectionDAG &DAG) { // The effect of this is to adjust the stack pointer by "offset" // and then branch to "handler". SDValue ARMTargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) - const { - MachineFunction &MF = DAG.getMachineFunction(); + const { SDValue Chain = Op.getOperand(0); SDValue Offset = Op.getOperand(1); SDValue Handler = Op.getOperand(2); @@ -5274,7 +5273,7 @@ SDValue ARMTargetLowering::LowerEH_RETURN(SDValue Op, SelectionDAG &DAG) Chain, DAG.getRegister(OffsetReg, MVT::i32), DAG.getRegister(AddrReg, getPointerTy())); - } +} // @LOCALMOD-END |