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 | 955ed73d12f2b186ef3f80da872b702cd7f2895b (patch) | |
tree | a00bc1a37c2d14a1484e8fac78a5716013d077a2 /lib/Target/PowerPC | |
parent | f22432282c78a65828cd9da94028e8b798858180 (diff) | |
download | external_llvm-955ed73d12f2b186ef3f80da872b702cd7f2895b.zip external_llvm-955ed73d12f2b186ef3f80da872b702cd7f2895b.tar.gz external_llvm-955ed73d12f2b186ef3f80da872b702cd7f2895b.tar.bz2 |
Remove unused variables found by gcc-4.6's -Wunused-but-set-variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC')
-rw-r--r-- | lib/Target/PowerPC/PPCISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index 9674e53..d8088d2 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/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(); |