From: Michael Beck Date: Mon, 23 Jul 2007 12:31:03 +0000 (+0000) Subject: doxygen comment fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cbbed84256e4de2f1b0025f3d9543ca92e1ce7a9;p=libfirm doxygen comment fixed [r15290] --- diff --git a/ir/be/ia32/ia32_optimize.c b/ir/be/ia32/ia32_optimize.c index f0d24096a..afb9f74e8 100644 --- a/ir/be/ia32/ia32_optimize.c +++ b/ir/be/ia32/ia32_optimize.c @@ -401,7 +401,7 @@ static int is_addr_candidate(const ir_node *irn) * @param h The height information of the irg * @param block The block the Loads must/mustnot be in * @param irn The irn to check - * return 0 if irn is no candidate, 1 if left load can be used, 2 if right one, 3 for both + * @return 0 if irn is no candidate, 1 if left load can be used, 2 if right one, 3 for both */ static ia32_am_cand_t is_am_candidate(heights_t *h, const ir_node *block, ir_node *irn) { ir_node *in, *load, *other, *left, *right;