From 7794b25ceefd6c99a958cea3a548baff911cafff Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 3 Apr 2008 19:09:46 +0000 Subject: [PATCH] shouldn't be here anymore [r19100] --- ir/be/ia32/ia32_pbqp_transform.h | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 ir/be/ia32/ia32_pbqp_transform.h diff --git a/ir/be/ia32/ia32_pbqp_transform.h b/ir/be/ia32/ia32_pbqp_transform.h deleted file mode 100644 index c84f313a9..000000000 --- a/ir/be/ia32/ia32_pbqp_transform.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (C) 1995-2008 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. - */ - -/** - * @file - * @brief This file implements the IR transformation from firm into ia32-Firm with PBQP magic - * @author Sebastian Buchwald, Andreas Zwinkau - * @version $Id$ - */ -#ifndef FIRM_BE_IA32_IA32_PBQP_TRANSFORM_H -#define FIRM_BE_IA32_IA32_PBQP_TRANSFORM_H - -#include "firm_config.h" -#include "bearch_ia32_t.h" - -/** - * Transform firm nodes to x86 assembler nodes - */ -void ia32_transform_graph_by_pbqp(ia32_code_gen_t *cg); - -#endif /* FIRM_BE_IA32_IA32_PBQP_TRANSFORM_H */ -- 2.20.1