aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-24 01:10:14 +0000
committerChris Lattner <sabre@nondot.org>2006-02-24 01:10:14 +0000
commit5ee3e141277599df41488b965327d5c62b904860 (patch)
tree9a4ed81c3172596dc7f80d67725d319cd6ddbca8
parentfe3db46fe073ecaf0e1dc4b5be899e335f4e83a8 (diff)
Add C_Memory operand type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26344 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 141e50d631..4ef969297e 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -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