diff options
| author | Jeffrey Yasskin <jyasskin@google.com> | 2011-01-18 00:51:23 +0000 |
|---|---|---|
| committer | Jeffrey Yasskin <jyasskin@google.com> | 2011-01-18 00:51:23 +0000 |
| commit | 249fcd4499689545d1986172b00cb1a1b2d45648 (patch) | |
| tree | 3e703eb0c560a437fe4d9143f0dcc82afba1a810 /llvm/lib/Target/PowerPC | |
| parent | 4fa832aab08d325a3185009177e0585382bea35f (diff) | |
| download | bcm5719-llvm-249fcd4499689545d1986172b00cb1a1b2d45648.tar.gz bcm5719-llvm-249fcd4499689545d1986172b00cb1a1b2d45648.zip | |
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
llvm-svn: 123707
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index 9674e533162..d8088d20e61 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -1176,7 +1176,6 @@ SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { SDValue PPCTargetLowering::LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const { EVT PtrVT = Op.getValueType(); - DebugLoc DL = Op.getDebugLoc(); const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); |

