summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-06-21 17:20:18 +0000
committerChris Lattner <sabre@nondot.org>2010-06-21 17:20:18 +0000
commit74b5e3e0aeb1d23a9f266236a6c590ae2ec3f6e4 (patch)
tree237e9c2f0e348ee057e98245f15db2eb2bcd5dcf /llvm/lib
parent93c4a7b33bc37fd0270de4ca2206e0195b6e8815 (diff)
downloadbcm5719-llvm-74b5e3e0aeb1d23a9f266236a6c590ae2ec3f6e4.tar.gz
bcm5719-llvm-74b5e3e0aeb1d23a9f266236a6c590ae2ec3f6e4.zip
remove some dead variables reported by clang++
llvm-svn: 106428
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/CellSPU/SPUISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
index ba281cd463c..974b91c9d49 100644
--- a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud