mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-02 04:39:35 +00:00
Silence warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51129 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0342049cd8
commit
bb60674191
@ -378,7 +378,7 @@ PIC16TargetLowering::LowerADDSUB(SDNode *N, SelectionDAG &DAG,
|
|||||||
SDOperand retVal;
|
SDOperand retVal;
|
||||||
SDOperand as1,as2;
|
SDOperand as1,as2;
|
||||||
SDVTList VTList;
|
SDVTList VTList;
|
||||||
unsigned AS,ASE,ASC;
|
unsigned AS = 0, ASE = 0, ASC=0;
|
||||||
|
|
||||||
InOp[0] = N->getOperand(0);
|
InOp[0] = N->getOperand(0);
|
||||||
InOp[1] = N->getOperand(1);
|
InOp[1] = N->getOperand(1);
|
||||||
@ -612,7 +612,7 @@ SDOperand PIC16TargetLowering::PerformDAGCombine(SDNode *N,
|
|||||||
SDOperand Src = N->getOperand(1);
|
SDOperand Src = N->getOperand(1);
|
||||||
SDOperand Dest = N->getOperand(2);
|
SDOperand Dest = N->getOperand(2);
|
||||||
unsigned int DstOff = 0;
|
unsigned int DstOff = 0;
|
||||||
int NUM_STORES;
|
int NUM_STORES = 0;
|
||||||
SDOperand Stores[6];
|
SDOperand Stores[6];
|
||||||
|
|
||||||
// if source operand is expected to be extended to
|
// if source operand is expected to be extended to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user