From db593e5310b40135b806b40f50c9ba4cd44d07e2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 13 Apr 2010 06:54:16 +0000 Subject: [PATCH] Slightly improved documentation. [r27385] --- ir/ir/irnode_t.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ir/ir/irnode_t.h b/ir/ir/irnode_t.h index 4c7f67fd3..0f9501c1b 100644 --- a/ir/ir/irnode_t.h +++ b/ir/ir/irnode_t.h @@ -651,7 +651,7 @@ static inline ir_node *_get_Block_phis(const ir_node *block) } /** - * Sets the next link of a Phi. + * Sets the next link of a Phi block list. */ static inline void _set_Phi_next(ir_node *phi, ir_node *next) { @@ -660,8 +660,7 @@ static inline void _set_Phi_next(ir_node *phi, ir_node *next) } /** - * Returns the link of a node. - * Intern version of libFirm. + * Returns the next phi of a phi block list. */ static inline ir_node *_get_Phi_next(const ir_node *phi) { -- 2.20.1