summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-08-28 16:01:50 +0000
committerSanjay Patel <spatel@rotateright.com>2014-08-28 16:01:50 +0000
commite28d57d9d8f5e08d5956bff84cdcb72468383547 (patch)
treee62a7c43a9f6521914fc4db552bf2e864f1ee530 /llvm/lib/CodeGen/SelectionDAG
parent78614bf0e8f676377d88de89c6732eb1061d23a8 (diff)
downloadbcm5719-llvm-e28d57d9d8f5e08d5956bff84cdcb72468383547.tar.gz
bcm5719-llvm-e28d57d9d8f5e08d5956bff84cdcb72468383547.zip
Remove local TLI vars that are just duplicates of the class var. No functional change.
llvm-svn: 216673
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 759dec79b31..c7253b7b5cd 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -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
OpenPOWER on IntegriCloud