Null initialize a few variables flagged by
[oota-llvm.git] / lib / Target / CellSPU / SPUISelDAGToDAG.cpp
index 7b4d8ccb5afea84c2d5e4274407138da1c271a70..d2261562e721bb14eec0a29e6ba377b491a0a08d 100644 (file)
@@ -612,7 +612,7 @@ SDNode *
 SPUDAGToDAGISel::Select(SDNode *N) {
   unsigned Opc = N->getOpcode();
   int n_ops = -1;
-  unsigned NewOpc;
+  unsigned NewOpc = 0;
   EVT OpVT = N->getValueType(0);
   SDValue Ops[8];
   DebugLoc dl = N->getDebugLoc();