mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 01:41:37 +00:00
Silence warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146686 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0aaf4cd9b3
commit
276ed0344c
@ -2832,7 +2832,7 @@ parseVectorList(SmallVectorImpl<MCParsedAsmOperand*> &Operands) {
|
||||
return MatchOperand_ParseFail;
|
||||
}
|
||||
unsigned Count = 1;
|
||||
unsigned Spacing = 0;
|
||||
int Spacing = 0;
|
||||
unsigned FirstReg = Reg;
|
||||
// The list is of D registers, but we also allow Q regs and just interpret
|
||||
// them as the two D sub-registers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user