From 277d3cd5189634e6d457aca0ecd38609a8deaa98 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 27 Apr 2007 12:07:09 +0000 Subject: [PATCH] removed apparently unused macro magic [r13521] --- ir/be/bearch_obj.def | 40 ---------------------------------- ir/be/bearch_operand_types.def | 27 ----------------------- 2 files changed, 67 deletions(-) delete mode 100644 ir/be/bearch_obj.def delete mode 100644 ir/be/bearch_operand_types.def diff --git a/ir/be/bearch_obj.def b/ir/be/bearch_obj.def deleted file mode 100644 index f2306311a..000000000 --- a/ir/be/bearch_obj.def +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. - * - * This file is part of libFirm. - * - * This file may be distributed and/or modified under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation and appearing in the file LICENSE.GPL included in the - * packaging of this file. - * - * Licensees holding valid libFirm Professional Edition licenses may use - * this file in accordance with the libFirm Commercial License. - * Agreement provided with the Software. - * - * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE. - */ - -/* - The fields have following meaning: - - 1) Name of the object. This used to ## it to some pre- or suffix. - 2) Boolean flag. If 1, the object shall be listed in a list whose - head is in the isa. This is useful, since we can generically - create lists of register classes, formats and so on. - -*/ - -ARCH_OBJ(enum, 1) -ARCH_OBJ(enum_member, 0) -ARCH_OBJ(register, 0) -ARCH_OBJ(register_class, 1) -ARCH_OBJ(register_set, 1) -ARCH_OBJ(immediate, 0) -ARCH_OBJ(operand, 0) -ARCH_OBJ(insn_format, 1) -ARCH_OBJ(insn, 0) -ARCH_OBJ(isa, 0) -ARCH_OBJ(isa_if, 0) diff --git a/ir/be/bearch_operand_types.def b/ir/be/bearch_operand_types.def deleted file mode 100644 index 71ba50445..000000000 --- a/ir/be/bearch_operand_types.def +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. - * - * This file is part of libFirm. - * - * This file may be distributed and/or modified under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation and appearing in the file LICENSE.GPL included in the - * packaging of this file. - * - * Licensees holding valid libFirm Professional Edition licenses may use - * this file in accordance with the libFirm Commercial License. - * Agreement provided with the Software. - * - * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE. - */ - -ARCH_OPERAND_TYPE(invalid, 0) -ARCH_OPERAND_TYPE(memory, 0) -ARCH_OPERAND_TYPE(equals, 0) -ARCH_OPERAND_TYPE(callback, 0) -ARCH_OPERAND_TYPE(variadic, 0) -ARCH_OPERAND_TYPE(symconst, sizeof(entity *)) -ARCH_OPERAND_TYPE(register_set, sizeof(arch_register_set_t *)) -ARCH_OPERAND_TYPE(immediate, sizeof(tarval *)) -- 2.20.1