forked from OSchip/llvm-project
parent
de5a9f4517
commit
db3689ed09
|
@ -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