mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +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:
@@ -172,7 +172,7 @@ def ptr_rc_nosp : PointerLikeRegClass<1>;
|
|||||||
//
|
//
|
||||||
def X86MemAsmOperand : AsmOperandClass {
|
def X86MemAsmOperand : AsmOperandClass {
|
||||||
let Name = "Mem";
|
let Name = "Mem";
|
||||||
let SuperClass = ImmAsmOperand;
|
let SuperClass = ?;
|
||||||
}
|
}
|
||||||
class X86MemOperand<string printMethod> : Operand<iPTR> {
|
class X86MemOperand<string printMethod> : Operand<iPTR> {
|
||||||
let PrintMethod = printMethod;
|
let PrintMethod = printMethod;
|
||||||
|
Reference in New Issue
Block a user