X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopystat.c;h=2d7fcce0369db5a4cae247b54d5c67cb1929093c;hb=ea49f59b7723e700c720cc89c26864e68c113237;hp=f37983f3f6c21c43fb144c487bc4f5ee437cd509;hpb=847c1b62a1eae1e8055645996049f7f5db0a0d8b;p=libfirm diff --git a/ir/be/becopystat.c b/ir/be/becopystat.c index f37983f3f..2d7fcce03 100644 --- a/ir/be/becopystat.c +++ b/ir/be/becopystat.c @@ -1,20 +1,6 @@ /* - * 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. + * Copyright (C) 2012 University of Karlsruhe. */ /** @@ -237,14 +223,7 @@ void copystat_dump(ir_graph *irg) fprintf(out, "%d\n", (int)ASIZE); for (i = 0; i < ASIZE; i++) { -#if 0 - if (i >= I_PHI_ARITY_S && i <= I_PHI_ARITY_E) - fprintf(out, "%i %i\n", curr_vals[i], curr_vals[I_PHI_CNT]); - else if (i >= I_CLS_SIZE_S && i <= I_CLS_SIZE_E) - fprintf(out, "%i %i\n", curr_vals[i], curr_vals[I_CLS_CNT]); - else -#endif - fprintf(out, "%i\n", curr_vals[i]); + fprintf(out, "%i\n", curr_vals[i]); } fclose(out);