From 108e0de5004887b8ed394279d261248fb3a80f93 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 30 Aug 2006 09:27:22 +0000 Subject: [PATCH] cosmetic change [r8141] --- ir/ir/irgopt.c | 2 +- ir/ir/irop.c | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ir/ir/irgopt.c b/ir/ir/irgopt.c index 47d00d64f..d093c3969 100644 --- a/ir/ir/irgopt.c +++ b/ir/ir/irgopt.c @@ -163,7 +163,7 @@ void optimize_graph_df(ir_graph *irg) { del_identities(irg->value_table); irg->value_table = new_identities(); - if (get_irg_dom_state(current_ir_graph) == dom_consistent) + if (get_irg_dom_state(irg) == dom_consistent) irg_block_walk_graph(irg, NULL, kill_dead_blocks, NULL); /* invalidate info */ diff --git a/ir/ir/irop.c b/ir/ir/irop.c index 70233da90..6ca5e62b1 100644 --- a/ir/ir/irop.c +++ b/ir/ir/irop.c @@ -3,10 +3,10 @@ * File name: ir/ir/irop.c * Purpose: Representation of opcode of intermediate operation. * Author: Christian Schaefer - * Modified by: Goetz Lindenmaier + * Modified by: Goetz Lindenmaier, Michael Beck * Created: * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe + * Copyright: (c) 1998-2006 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ @@ -18,15 +18,15 @@ # include #endif -# include "irop_t.h" -# include "irnode_t.h" -# include "irhooks.h" +#include "irop_t.h" +#include "irnode_t.h" +#include "irhooks.h" -# include "iropt_t.h" /* for firm_set_default_operations */ -# include "irvrfy_t.h" -# include "reassoc_t.h" +#include "iropt_t.h" /* for firm_set_default_operations */ +#include "irvrfy_t.h" +#include "reassoc_t.h" -# include "xmalloc.h" +#include "xmalloc.h" /** the available next opcode */ static unsigned next_iro = iro_MaxOpcode; -- 2.20.1