From bb7d33a25362000cb2d8d2c35bf032b7b9fc450e Mon Sep 17 00:00:00 2001 From: Kalle Raiskila Date: Thu, 9 Sep 2010 07:30:15 +0000 Subject: [PATCH] Silence compiler warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113478 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CellSPU/SPUISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {