From 05064375fa8162148916e007a4695cf6db5e7c8c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 10 Jul 2007 16:12:31 +0000 Subject: [PATCH] fixed doxygen docu [r15013] --- include/libfirm/lowering.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/libfirm/lowering.h b/include/libfirm/lowering.h index 668db044d..0b8faf125 100644 --- a/include/libfirm/lowering.h +++ b/include/libfirm/lowering.h @@ -202,9 +202,9 @@ void lower_highlevel(void); * * Example: Psi(a < 0, 1, 0) => a >> 31 * - * @param the firm graph to lower - * @param the mode of the lowered operations - * @param if set to 1, psi nodes with only have cmp/=0 as input + * @param irg the firm graph to lower + * @param mode the mode of the lowered operations + * @param lower_direct_cmp if set to 1, psi nodes with only have cmp/=0 as input */ void ir_lower_mode_b(ir_graph *irg, ir_mode *mode, int lower_direct_cmp); -- 2.20.1