mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
In this context, a reglist is a reg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13302ec089
commit
e8399c6e01
@ -217,7 +217,7 @@ public:
|
||||
|
||||
bool isCondCode() const { return Kind == CondCode; }
|
||||
bool isImm() const { return Kind == Immediate; }
|
||||
bool isReg() const { return Kind == Register; }
|
||||
bool isReg() const { return Kind == Register || Kind == RegisterList; }
|
||||
bool isRegList() const { return Kind == RegisterList; }
|
||||
bool isToken() const { return Kind == Token; }
|
||||
bool isMemory() const { return Kind == Memory; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user