From 3c1cd20d0865af71ef00a9297b476672233f3413 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 29 Sep 2004 13:26:50 +0000 Subject: [PATCH] moved methods here from irnode.c [r3997] --- ir/st/exc.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.20.1