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
911aa423
Commit
911aa423
authored
Aug 12, 2008
by
Christoph Mallon
Browse files
fehler133: edgfe handles in-out (+) constraints for asm wrong (does not generate out-value).
[r21105]
parent
a58edbde
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler133.c
0 → 100644
View file @
911aa423
int
main
(
void
)
{
int
x
=
19
;
asm
(
"addl $23, %0"
:
"+r"
(
x
));
printf
(
"%d
\n
"
,
x
);
return
x
!=
42
;
}
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