mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add C_Memory operand type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe3db46fe0
commit
5ee3e14127
@ -483,9 +483,9 @@ public:
|
||||
enum ConstraintType {
|
||||
C_Register, // Constraint represents a single register.
|
||||
C_RegisterClass, // Constraint represents one or more registers.
|
||||
C_Memory, // Memory constraint.
|
||||
C_Other, // Something else.
|
||||
C_Unknown // Unsupported constraint.
|
||||
// INTEGER, ADDRESS, MEMORY?
|
||||
};
|
||||
|
||||
/// getConstraintType - Given a constraint letter, return the type of
|
||||
|
Loading…
Reference in New Issue
Block a user