forked from OSchip/llvm-project
remove some dead variables reported by clang++
llvm-svn: 106428
This commit is contained in:
parent
93c4a7b33b
commit
74b5e3e0ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue