mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
GCC thinks that this variable might be used uninitialized (it isn't).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14809fd526
commit
4d9b7c234f
@ -2080,7 +2080,7 @@ MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
|
||||
// Check for the various suffix matches.
|
||||
Tmp[Base.size()] = Suffixes[0];
|
||||
unsigned ErrorInfoIgnore;
|
||||
unsigned ErrorInfoMissingFeature;
|
||||
unsigned ErrorInfoMissingFeature = 0; // Init suppresses compiler warnings.
|
||||
unsigned Match1, Match2, Match3, Match4;
|
||||
|
||||
Match1 = MatchInstructionImpl(Operands, Inst, ErrorInfoIgnore,
|
||||
|
Loading…
x
Reference in New Issue
Block a user