Silence a warning

llvm-svn: 73152
This commit is contained in:
Anton Korobeynikov 2009-06-09 23:00:39 +00:00
parent 0bdc1f5eef
commit 06039d1190
1 changed files with 1 additions and 1 deletions

View File

@ -7696,7 +7696,7 @@ static bool EltsFromConsecutiveLoads(ShuffleVectorSDNode *N, unsigned NumElems,
SelectionDAG &DAG, MachineFrameInfo *MFI,
const TargetLowering &TLI) {
LDBase = NULL;
LastLoadedElt = -1;
LastLoadedElt = -1U;
for (unsigned i = 0; i < NumElems; ++i) {
if (N->getMaskElt(i) < 0) {
if (!LDBase)