mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Revert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92826def59
commit
b32e7844e9
@ -217,7 +217,7 @@ public:
|
||||
|
||||
bool isCondCode() const { return Kind == CondCode; }
|
||||
bool isImm() const { return Kind == Immediate; }
|
||||
bool isReg() const { return Kind == Register || Kind == RegisterList; }
|
||||
bool isReg() const { return Kind == Register; }
|
||||
bool isRegList() const { return Kind == RegisterList; }
|
||||
bool isToken() const { return Kind == Token; }
|
||||
bool isMemory() const { return Kind == Memory; }
|
||||
|
Loading…
Reference in New Issue
Block a user