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
9fa60c34
Commit
9fa60c34
authored
Sep 17, 2011
by
Matthias Braun
Browse files
sparc: fix spec, it's called dump_func not dump_node
parent
35510bc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_spec.pl
View file @
9fa60c34
...
...
@@ -284,13 +284,13 @@ AddCC_t => {
ins
=>
[
"
left
",
"
right
"
],
outs
=>
[
"
res
",
"
flags
"
],
attr_type
=>
"",
dump_
node
=>
"
NULL
",
dump_
func
=>
"
NULL
",
},
AddX_t
=>
{
ins
=>
[
"
left
",
"
right
",
"
flags_input
"
],
attr_type
=>
"",
dump_
node
=>
"
NULL
",
dump_
func
=>
"
NULL
",
},
Sub
=>
{
...
...
@@ -318,13 +318,13 @@ SubCC_t => {
ins
=>
[
"
left
",
"
right
"
],
outs
=>
[
"
res
",
"
flags
"
],
attr_type
=>
"",
dump_
node
=>
"
NULL
",
dump_
func
=>
"
NULL
",
},
SubX_t
=>
{
ins
=>
[
"
left
",
"
right
",
"
flags_input
"
],
attr_type
=>
"",
dump_
node
=>
"
NULL
",
dump_
func
=>
"
NULL
",
},
# Load / Store
...
...
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