diff options
author | Chris Lattner <sabre@nondot.org> | 2010-06-21 17:20:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-06-21 17:20:18 +0000 |
commit | 9e13715fd54b5423204018a2db820d457e3f87a1 (patch) | |
tree | 873cd9c5784dd9c71e2f3c9ca334c47f99e9002d /lib | |
parent | 44781a0a79e0d3b9f32c2fed4bf0971ff082e525 (diff) | |
download | external_llvm-9e13715fd54b5423204018a2db820d457e3f87a1.zip external_llvm-9e13715fd54b5423204018a2db820d457e3f87a1.tar.gz external_llvm-9e13715fd54b5423204018a2db820d457e3f87a1.tar.bz2 |
remove some dead variables reported by clang++
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/CellSPU/SPUISelLowering.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index ba281cd..974b91c 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp @@ -1803,8 +1803,6 @@ static SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) { if (EltsFromV2 == 1 && monotonic) { // Compute mask and shuffle - MachineFunction &MF = DAG.getMachineFunction(); - MachineRegisterInfo &RegInfo = MF.getRegInfo(); EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); // As SHUFFLE_MASK becomes a c?d instruction, feed it an address |