From 957f55e9d65646269f76d0f6c34e5f90217ecfd7 Mon Sep 17 00:00:00 2001 From: Boris Boesler Date: Fri, 22 Oct 2004 13:51:35 +0000 Subject: [PATCH] prohibit inlining of pseudo ir_graphs [r4194] --- ir/external/read.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ir/external/read.c b/ir/external/read.c index c373bbb66..340ccf522 100644 --- a/ir/external/read.c +++ b/ir/external/read.c @@ -1164,6 +1164,7 @@ static void create_abstract_firm(module_t *module, proc_t *proc, entity *fent) && "not an abstract entity"); /* create irg in entity */ irg = new_ir_graph(fent, 0); + set_irg_inline_property(irg, irg_inline_forbidden); VERBOSE_PRINT((stdout, "create effects for %s\n", get_id_str(proc -> proc_ident))); @@ -1398,6 +1399,9 @@ void create_abstraction(const char *filename) /* * $Log$ + * Revision 1.9 2004/10/22 13:51:35 boesler + * prohibit inlining of pseudo ir_graphs + * * Revision 1.8 2004/10/22 13:13:27 boesler * replaced char* by idents, minor fix in Firm codegen for call * -- 2.20.1