remove some dead variables reported by clang++

llvm-svn: 106428
This commit is contained in:
Chris Lattner 2010-06-21 17:20:18 +00:00
parent 93c4a7b33b
commit 74b5e3e0ae
1 changed files with 0 additions and 2 deletions

View File

@ -1803,8 +1803,6 @@ static SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) {
if (EltsFromV2 == 1 && monotonic) { if (EltsFromV2 == 1 && monotonic) {
// Compute mask and shuffle // Compute mask and shuffle
MachineFunction &MF = DAG.getMachineFunction();
MachineRegisterInfo &RegInfo = MF.getRegInfo();
EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy(); EVT PtrVT = DAG.getTargetLoweringInfo().getPointerTy();
// As SHUFFLE_MASK becomes a c?d instruction, feed it an address // As SHUFFLE_MASK becomes a c?d instruction, feed it an address