diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-08 16:28:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-08 16:28:17 +0000 |
commit | 4d5b5fe8129be3c605ded82e57dfcb9337b4fb73 (patch) | |
tree | e4dbf0f1f43efdbe97260f65e600697819b44084 /llvm | |
parent | d92a8216ecb7f8b96fc7ac804b7f495eaa8693d9 (diff) | |
download | bcm5719-llvm-4d5b5fe8129be3c605ded82e57dfcb9337b4fb73.tar.gz bcm5719-llvm-4d5b5fe8129be3c605ded82e57dfcb9337b4fb73.zip |
Delete an unused variable.
llvm-svn: 55915
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index a984c184f11..62a67f0fa32 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -927,7 +927,6 @@ static SDValue LowerFORMAL_ARGUMENT(SDValue Op, SelectionDAG &DAG, MachineFunction &MF = DAG.getMachineFunction(); MVT ObjectVT = Op.getValue(ArgNo).getValueType(); SDValue Root = Op.getOperand(0); - std::vector<SDValue> ArgValues; MachineRegisterInfo &RegInfo = MF.getRegInfo(); static const unsigned GPRArgRegs[] = { |