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
118511b9
Commit
118511b9
authored
Nov 19, 2014
by
Matthias Braun
Browse files
TEMPLATE: Return node needs reg requirements for the output
parent
ba59b315
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/TEMPLATE/TEMPLATE_spec.pl
View file @
118511b9
...
...
@@ -204,7 +204,8 @@ Return => {
state
=>
"
pinned
",
op_flags
=>
[
"
cfopcode
"
],
ins
=>
[
"
stack
",
"
mem
"
],
reg_req
=>
{
in
=>
[
"
sp
",
"
none
",
],
out
=>
[]
},
outs
=>
[
"
X
"
],
reg_req
=>
{
in
=>
[
"
sp
",
"
none
",
],
out
=>
[
"
none
"
]
},
mode
=>
"
mode_X
",
},
...
...
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