mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
[ms-inline asm] Expose the getReg() function in the base class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06d9981d27
commit
17be8a51b0
@ -29,6 +29,8 @@ public:
|
|||||||
virtual bool isImm() const = 0;
|
virtual bool isImm() const = 0;
|
||||||
/// isReg - Is this a register operand?
|
/// isReg - Is this a register operand?
|
||||||
virtual bool isReg() const = 0;
|
virtual bool isReg() const = 0;
|
||||||
|
virtual unsigned getReg() const = 0;
|
||||||
|
|
||||||
/// isMem - Is this a memory operand?
|
/// isMem - Is this a memory operand?
|
||||||
virtual bool isMem() const = 0;
|
virtual bool isMem() const = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user