When generating spill and reload code for vector registers on PowerPC,
[oota-llvm.git] / lib / Target / Sparc / SparcISelDAGToDAG.cpp
index 8c6103dd8a39f009e9e64f31682f45e4f33f699c..93710c4e0b0fecb0c5d39b303c96657b4e1b3c6b 100644 (file)
@@ -176,7 +176,6 @@ SDNode *SparcDAGToDAGISel::Select(SDNode *N) {
                                          MulLHS, MulRHS);
     // The high part is in the Y register.
     return CurDAG->SelectNodeTo(N, SP::RDY, MVT::i32, SDValue(Mul, 1));
-    return NULL;
   }
   }