mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +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 as1,as2;
|
||||
SDVTList VTList;
|
||||
unsigned AS,ASE,ASC;
|
||||
unsigned AS = 0, ASE = 0, ASC=0;
|
||||
|
||||
InOp[0] = N->getOperand(0);
|
||||
InOp[1] = N->getOperand(1);
|
||||
@ -612,7 +612,7 @@ SDOperand PIC16TargetLowering::PerformDAGCombine(SDNode *N,
|
||||
SDOperand Src = N->getOperand(1);
|
||||
SDOperand Dest = N->getOperand(2);
|
||||
unsigned int DstOff = 0;
|
||||
int NUM_STORES;
|
||||
int NUM_STORES = 0;
|
||||
SDOperand Stores[6];
|
||||
|
||||
// if source operand is expected to be extended to
|
||||
|
Loading…
Reference in New Issue
Block a user