mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
Silence compiler warning.
llvm-svn: 115107
This commit is contained in:
parent
aafc02daa9
commit
711a5e60fa
@ -1248,7 +1248,7 @@ bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices,
|
||||
AteExtraComma = true;
|
||||
return false;
|
||||
}
|
||||
unsigned Idx;
|
||||
unsigned Idx = 0;
|
||||
if (ParseUInt32(Idx)) return true;
|
||||
Indices.push_back(Idx);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user