From: Matthias Braun Date: Thu, 3 Apr 2008 19:09:29 +0000 (+0000) Subject: shouldn't be here anymore X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=d300330b1e6df8c8914b8fb70cf38ee1c8ca2634;p=libfirm shouldn't be here anymore [r19099] --- diff --git a/ir/be/ia32/ia32_pbqp_transform.c b/ir/be/ia32/ia32_pbqp_transform.c deleted file mode 100644 index 7a0937427..000000000 --- a/ir/be/ia32/ia32_pbqp_transform.c +++ /dev/null @@ -1,38 +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 by PBQP magic - * @author Sebastian Buchwald, Andreas Zwinkau - * @version $Id$ - */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include - -#include "bearch_ia32_t.h" - -void ia32_transform_graph_by_pbqp(ia32_code_gen_t *cg) -{ - return; -}