DebugInfo: Remove DITypedArray<>, replace with typedefs
[oota-llvm.git] / include / llvm / IR / InlineAsm.h
index ea3708d463568a999ca7b61040a7de8cbd514a19..6ae4122d936e71a3e9f7da86b3463247a9e6d7fa 100644 (file)
@@ -239,10 +239,19 @@ public:
     // there's plenty of space in the encoding to support the union of all
     // constraint codes for all targets.
     Constraint_Unknown = 0,
+    Constraint_es,
+    Constraint_i,
     Constraint_m,
     Constraint_o,
     Constraint_v,
-    Constraints_Max = Constraint_v,
+    Constraint_Q,
+    Constraint_R,
+    Constraint_S,
+    Constraint_T,
+    Constraint_Z,
+    Constraint_ZC,
+    Constraint_Zy,
+    Constraints_Max = Constraint_Zy,
     Constraints_ShiftAmount = 16,
 
     Flag_MatchingOperand = 0x80000000