Updated doxygen comment.
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 23 Jul 2010 21:15:27 +0000 (21:15 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 23 Jul 2010 21:15:27 +0000 (21:15 +0000)
[r27792]

ir/be/sparc/sparc_cconv.h

index c8a31d0..d3bb0ae 100644 (file)
@@ -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);