From: Götz Lindenmaier Date: Wed, 29 Sep 2004 13:26:50 +0000 (+0000) Subject: moved methods here from irnode.c X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3c1cd20d0865af71ef00a9297b476672233f3413;p=libfirm moved methods here from irnode.c [r3997] --- diff --git a/ir/st/exc.c b/ir/st/exc.c index 53e1185e3..7660a8885 100644 --- a/ir/st/exc.c +++ b/ir/st/exc.c @@ -104,6 +104,15 @@ static bool is_cfg_jmp (ir_node *node) } #endif +void set_Block_exc(ir_node *n, ir_node *exc) { +} + +ir_node * get_Block_exc(ir_node *n) { + return NULL; +} + + + /* Return true iff a new exception region must be left upon entry of this block.