diff --git a/lib/Target/CellSPU/SPUISelLowering.cpp b/lib/Target/CellSPU/SPUISelLowering.cpp index 7bac3f5552a..772a1a73e5f 100644 --- a/lib/Target/CellSPU/SPUISelLowering.cpp +++ b/lib/Target/CellSPU/SPUISelLowering.cpp @@ -1737,7 +1737,7 @@ static SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG) { unsigned PrevElt = 0; bool monotonic = true; bool rotate = true; - int rotamt; + int rotamt=0; EVT maskVT; // which of the c?d instructions to use if (EltVT == MVT::i8) {