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
772df979
Commit
772df979
authored
Jul 16, 2014
by
Tobias Rapp
Browse files
amd64: Use compound returns, but ABI is not yet correct
parent
1922f408
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/amd64_cconv.c
View file @
772df979
...
...
@@ -130,8 +130,6 @@ amd64_cconv_t *amd64_decide_calling_convention(ir_type *function_type,
ir_type
*
param_type
=
get_method_param_type
(
function_type
,
i
);
if
(
is_compound_type
(
param_type
))
panic
(
"amd64: compound arguments NIY"
);
if
(
get_method_calling_convention
(
function_type
)
&
cc_compound_ret
)
panic
(
"amd64: compound return NIY"
);
ir_mode
*
mode
=
get_type_mode
(
param_type
);
int
bits
=
get_mode_size_bits
(
mode
);
...
...
Write
Preview
Markdown
is supported
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