X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firdumptxt.c;h=d95350b449fa46d702595d1a0970b49e0e318950;hb=b61de8a0ffaafe3b69b1fa99544495c68d4b729c;hp=fc59eeddaff17306e9554c8d33e692590ceae032;hpb=f667113899d26608e395458858dd22ad780d8beb;p=libfirm diff --git a/ir/ir/irdumptxt.c b/ir/ir/irdumptxt.c index fc59eedda..d95350b44 100644 --- a/ir/ir/irdumptxt.c +++ b/ir/ir/irdumptxt.c @@ -1,13 +1,27 @@ /* - * Project: libFIRM - * File name: ir/ir/irdumptxt.c - * Purpose: Write vcg representation of firm to file. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier, Hubert Schmidt - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2006 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * 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. + */ + +/** + * @file + * @brief Write vcg representation of firm to file. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Hubert Schmidt + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -594,7 +608,6 @@ void dump_entity_to_file_prefix (FILE *F, ir_entity *ent, char *prefix, unsig dump_node_opcode(F, get_atomic_ent_value(ent)); } else { fprintf(F, "%s compound values:", prefix); - compute_compound_ent_array_indices(ent); for (i = 0; i < get_compound_ent_n_values(ent); ++i) { compound_graph_path *path = get_compound_ent_value_path(ent, i); ir_entity *ent0 = get_compound_graph_path_node(path, 0);