Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
afca1153
Commit
afca1153
authored
Jul 23, 2010
by
Michael Beck
Browse files
Updated doxygen comment.
[r27792]
parent
0aaae40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_cconv.h
View file @
afca1153
...
...
@@ -114,10 +114,12 @@ typedef struct calling_convention_t
}
calling_convention_t
;
/**
*
d
etermine how function parameters and return values are passed.
*
D
etermine 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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment