mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da47e17a6f
commit
b4d6a6574d
@ -1225,7 +1225,6 @@ X86Operand *X86AsmParser::ParseIntelBracExpression(unsigned SegReg,
|
||||
Disp = NewDisp;
|
||||
}
|
||||
|
||||
StringRef SymName;
|
||||
int BaseReg = SM.getBaseReg();
|
||||
int IndexReg = SM.getIndexReg();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user