From afca115388a2c172931cb5a4c3d3fc4becf5af5e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 23 Jul 2010 21:15:27 +0000 Subject: [PATCH] Updated doxygen comment. [r27792] --- ir/be/sparc/sparc_cconv.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ir/be/sparc/sparc_cconv.h b/ir/be/sparc/sparc_cconv.h index c8a31d089..d3bb0ae78 100644 --- a/ir/be/sparc/sparc_cconv.h +++ b/ir/be/sparc/sparc_cconv.h @@ -114,10 +114,12 @@ typedef struct calling_convention_t } calling_convention_t; /** - * determine how function parameters and return values are passed. + * Determine how function parameters and return values are passed. * Decides what goes to register or to stack and what stack offsets/ * datatypes are used. - * @param caller true for convention for the caller, false for callee + * + * @param function_type the type of the caller/callee function + * @param caller true for convention for the caller, false for callee */ calling_convention_t *sparc_decide_calling_convention(ir_type *function_type, bool caller); -- 2.20.1