moved methods here from irnode.c
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 29 Sep 2004 13:26:50 +0000 (13:26 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Wed, 29 Sep 2004 13:26:50 +0000 (13:26 +0000)
[r3997]

ir/st/exc.c

index 53e1185..7660a88 100644 (file)
@@ -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.