From 03300a88ae8d61bb6c2129dcf55937f3250c1217 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Thu, 5 May 2011 16:48:24 +0200 Subject: [PATCH] beabi requires out edges --- ir/be/beabi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index 689b53d02..050b11db3 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -2144,6 +2144,8 @@ void be_abi_introduce(ir_graph *irg) env->init_sp = dummy; env->calls = NEW_ARR_F(ir_node*, 0); + edges_assure(irg); + if (options->pic) { irg_walk_graph(irg, fix_pic_symconsts, NULL, env); } -- 2.20.1