From: Christoph Mallon Date: Sat, 11 Oct 2008 21:14:22 +0000 (+0000) Subject: Remove the unused enum arch_operand_type_t. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7ef676a9184d125c740cdca7acc91536dab0939c;p=libfirm Remove the unused enum arch_operand_type_t. [r22764] --- diff --git a/ir/be/bearch.h b/ir/be/bearch.h index f0badfca1..0f4a4f1fe 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -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. */