From 3bb99d96d55905d1606140fef99e35b28ab38542 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 12 Jun 2008 01:39:41 +0000 Subject: [PATCH] - add doxygen comment [r20073] --- ir/be/bespill.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ir/be/bespill.h b/ir/be/bespill.h index 5863a887e..e44a4634a 100644 --- a/ir/be/bespill.h +++ b/ir/be/bespill.h @@ -46,10 +46,13 @@ spill_env_t *be_new_spill_env(be_irg_t *birg); */ void be_delete_spill_env(spill_env_t *senv); +/** + * Return the last control flow node of a block. + */ ir_node *be_get_end_of_block_insertion_point(const ir_node *block); /** - * marks a point until which a node must be spilled + * Marks a point until which a node must be spilled. */ void be_add_spill(spill_env_t *senv, ir_node *to_spill, ir_node *before); -- 2.20.1