Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
6af5001a
Commit
6af5001a
authored
Aug 13, 2008
by
Michael Beck
Browse files
fastcall example
[r21147]
parent
5f6828c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fastcall.c
0 → 100644
View file @
6af5001a
/*$ -fno-inline $*/
int
__attribute__
((
fastcall
))
test
(
int
a
,
int
b
,
int
c
)
{
return
a
+
b
-
c
;
}
int
main
()
{
return
test
(
4
,
-
4
,
0
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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