Remove the unused enum arch_operand_type_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 11 Oct 2008 21:14:22 +0000 (21:14 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 11 Oct 2008 21:14:22 +0000 (21:14 +0000)
[r22764]

ir/be/bearch.h

index f0badfc..0f4a4f1 100644 (file)
@@ -64,14 +64,6 @@ typedef enum arch_register_type_t {
                                                   bestate code */
 } arch_register_type_t;
 
-typedef enum arch_operand_type_t {
-       arch_operand_type_invalid,
-       arch_operand_type_memory,
-       arch_operand_type_register,
-       arch_operand_type_immediate,
-       arch_operand_type_symconst
-} arch_operand_type_t;
-
 /**
  * Different types of register allocation requirements.
  */