From e1441e82449138b9a11669bb9b57bf77113b5ff1 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 22 Mar 2006 13:35:05 +0000 Subject: [PATCH] The ir_op's are stored inside the irp, so don't kill the irp() before all ir_op's [r7502] --- ir/common/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/common/firm.c b/ir/common/firm.c index 4c35d24d6..0f530bf4c 100644 --- a/ir/common/firm.c +++ b/ir/common/firm.c @@ -159,10 +159,10 @@ void free_firm(void) { for (i = get_irp_n_types() - 1; i >= 0; --i) free_type(get_irp_type(i)); + finish_op(); free_ir_prog(); finish_tarval(); - finish_op(); finish_mode(); finish_tpop(); finish_ident(); -- 2.20.1