Remove local TLI vars that are just duplicates of the class var. No functional change.
authorSanjay Patel <spatel@rotateright.com>
Thu, 28 Aug 2014 16:01:50 +0000 (16:01 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 28 Aug 2014 16:01:50 +0000 (16:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216673 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 759dec79b31607937356a7490f61531ef8077279..c7253b7b5cda90e97e2fa31a7e486346215c20bf 100644 (file)
@@ -6850,7 +6850,6 @@ SDValue DAGCombiner::visitFMUL(SDNode *N) {
   ConstantFPSDNode *N0CFP = isConstOrConstSplatFP(N0);
   ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1);
   EVT VT = N->getValueType(0);
-  const TargetLowering &TLI = DAG.getTargetLoweringInfo();
   const TargetOptions &Options = DAG.getTarget().Options;
 
   // fold vector ops
@@ -6992,7 +6991,6 @@ SDValue DAGCombiner::visitFDIV(SDNode *N) {
   ConstantFPSDNode *N0CFP = dyn_cast<ConstantFPSDNode>(N0);
   ConstantFPSDNode *N1CFP = dyn_cast<ConstantFPSDNode>(N1);
   EVT VT = N->getValueType(0);
-  const TargetLowering &TLI = DAG.getTargetLoweringInfo();
   const TargetOptions &Options = DAG.getTarget().Options;
 
   // fold vector ops