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
8845741a
Commit
8845741a
authored
Oct 27, 2016
by
Christoph Mallon
Browse files
sparc: Remove the unused nodes 'AddCCZero' and 'SubCCZero'.
parent
bdb84333
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/sparc/sparc_spec.pl
View file @
8845741a
...
...
@@ -280,11 +280,6 @@ AddCC => {
emit
=>
"
addcc %S0, %SI1, %D0
",
},
AddCCZero
=>
{
template
=>
$binopcczero_operand
,
emit
=>
"
addcc %S0, %SI1, %%g0
",
},
AddX
=>
{
template
=>
$binopx_operand
,
emit
=>
"
addx %S0, %SI1, %D0
",
...
...
@@ -313,11 +308,6 @@ SubCC => {
emit
=>
"
subcc %S0, %SI1, %D0
",
},
SubCCZero
=>
{
template
=>
$binopcczero_operand
,
emit
=>
"
subcc %S0, %SI1, %%g0
",
},
SubX
=>
{
template
=>
$binopx_operand
,
emit
=>
"
subx %S0, %SI1, %D0
",
...
...
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