Silence compiler warning.

llvm-svn: 113478
This commit is contained in:
Kalle Raiskila 2010-09-09 07:30:15 +00:00
parent 524123343c
commit 0f53cff753

View File

@ -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) {