mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
Improve disabling of X86 AsmMatcher.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ddca30f31
commit
6812cd18aa
@ -432,6 +432,7 @@ bool X86ATTAsmParser::MatchInstruction(SmallVectorImpl<X86Operand> &Operands,
|
|||||||
|
|
||||||
bool X86ATTAsmParser::MatchRegisterName(const StringRef &Name,
|
bool X86ATTAsmParser::MatchRegisterName(const StringRef &Name,
|
||||||
unsigned &RegNo) {
|
unsigned &RegNo) {
|
||||||
|
RegNo = 1;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user