Modified enum names
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Fri, 16 Dec 2005 15:31:14 +0000 (15:31 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Fri, 16 Dec 2005 15:31:14 +0000 (15:31 +0000)
ir/be/bearch.h

index a31def6..59bcacc 100644 (file)
@@ -155,14 +155,12 @@ typedef enum _arch_register_req_type_t {
   arch_register_req_type_limited = 2,     /**< Only a real subset of
                                                the class is allowed. */
 
-  arch_register_req_type_equal = 4,       /**< The register must equal
-                                               another one at the node. */
+  arch_register_req_type_should_be_same = 4,       /**< The register should be equal
+                                                        another one at the node. */
 
-  arch_register_req_type_unequal = 8,     /**< The register must be unequal
-                                               to some other at the node. */
+  arch_register_req_type_should_be_different = 8,  /**< The register must be unequal
+                                                        to some other at the node. */
 
-  arch_register_req_type_pair = 16        /**< The register is part of a
-                                               register pair. */
 } arch_register_req_type_t;
 
 #define arch_register_req_is_constr(x) \