mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +00:00
Remove local TLI vars that are just duplicates of the class var. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a63b6e2840
commit
e43c262106
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user