X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fsparc%2Fsparc_cconv.h;h=d3bb0ae784b256cb8fadc659ab4808cbd294ef6d;hb=1b63e1946e0e454a59ddc6eb7df8fe3bc372a10e;hp=c8a31d089ced26dd13feeccebf037ab4fd9bcedb;hpb=637450acaf2ef255b2841785a6c6e6b809c9ac27;p=libfirm 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);