From e0090662d79cd31c3dd35b8d4ee0f35530f75bc5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 21 Feb 2006 13:56:34 +0000 Subject: [PATCH] fixed the type of node_nr [r7364] --- ir/ir/irnode_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index d03784de9..5acbc7154 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -250,7 +250,7 @@ struct ir_node { /* ------- For debugging ------- */ #ifdef DEBUG_libfirm int out_valid; - int node_nr; /**< a unique node number for each node to make output + long node_nr; /**< a unique node number for each node to make output readable. */ #endif /* ------- For analyses -------- */ -- 2.20.1