diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-14 20:33:21 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-14 20:33:21 +0000 |
commit | bb60674191446ba3fc8febdf9d4f22da5a273c3c (patch) | |
tree | 4a2b1dc28bfd8c73643cbeaaf775b407cf0351ff | |
parent | 0342049cd8bb77d76e3c76f441f986360e6637cf (diff) |
Silence warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51129 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PIC16/PIC16ISelLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.cpp b/lib/Target/PIC16/PIC16ISelLowering.cpp index 805efbb1f3..210f2167d2 100644 --- a/lib/Target/PIC16/PIC16ISelLowering.cpp +++ b/lib/Target/PIC16/PIC16ISelLowering.cpp @@ -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 |