mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
llvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass of Imm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7de19ad7b
commit
8e00117e04
@ -172,7 +172,7 @@ def ptr_rc_nosp : PointerLikeRegClass<1>;
|
||||
//
|
||||
def X86MemAsmOperand : AsmOperandClass {
|
||||
let Name = "Mem";
|
||||
let SuperClass = ImmAsmOperand;
|
||||
let SuperClass = ?;
|
||||
}
|
||||
class X86MemOperand<string printMethod> : Operand<iPTR> {
|
||||
let PrintMethod = printMethod;
|
||||
|
Loading…
Reference in New Issue
Block a user