Add C_Memory operand type
authorChris Lattner <sabre@nondot.org>
Fri, 24 Feb 2006 01:10:14 +0000 (01:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Feb 2006 01:10:14 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26344 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 141e50d63136f40fa0dfb99f70bc92d903701b3d..4ef969297e2de9f4ad04669e5751aa76d61aa41a 100644 (file)
@@ -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