mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Use an unsigned type because there seems to be no reason for it to be signed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222966 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1fa859a92
commit
d45efb5467
@ -224,7 +224,7 @@ bool TGParser::AddSubMultiClass(MultiClass *CurMC,
|
||||
if (AddValue(CurRec, SubMultiClass.RefRange.Start, SMCVals[i]))
|
||||
return true;
|
||||
|
||||
int newDefStart = CurMC->DefPrototypes.size();
|
||||
unsigned newDefStart = CurMC->DefPrototypes.size();
|
||||
|
||||
// Add all of the defs in the subclass into the current multiclass.
|
||||
for (MultiClass::RecordVector::const_iterator i = SMC->DefPrototypes.begin(),
|
||||
|
Loading…
Reference in New Issue
Block a user