shouldn't be here anymore
authorMatthias Braun <matze@braunis.de>
Thu, 3 Apr 2008 19:09:46 +0000 (19:09 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 3 Apr 2008 19:09:46 +0000 (19:09 +0000)
[r19100]

ir/be/ia32/ia32_pbqp_transform.h [deleted file]

diff --git a/ir/be/ia32/ia32_pbqp_transform.h b/ir/be/ia32/ia32_pbqp_transform.h
deleted file mode 100644 (file)
index c84f313..0000000
+++ /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 */