From: Michael Beck Date: Fri, 23 Jul 2010 21:15:27 +0000 (+0000) Subject: Updated doxygen comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=afca115388a2c172931cb5a4c3d3fc4becf5af5e;p=libfirm Updated doxygen comment. [r27792] --- 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);