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
5bac2e64
Commit
5bac2e64
authored
Dec 02, 2012
by
Christoph Mallon
Browse files
arm: Remove unused arity specification from nodes with constructors.
parent
cd502534
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_spec.pl
View file @
5bac2e64
...
...
@@ -260,7 +260,6 @@ Rsb => {
Mov
=>
{
irn_flags
=>
[
"
rematerializable
"
],
arity
=>
"
variable
",
emit
=>
'
mov %D0, %O
',
mode
=>
$mode_gp
,
attr_type
=>
"
arm_shifter_operand_t
",
...
...
@@ -270,7 +269,6 @@ Mov => {
Mvn
=>
{
irn_flags
=>
[
"
rematerializable
"
],
attr_type
=>
"
arm_shifter_operand_t
",
arity
=>
"
variable
",
emit
=>
'
mvn %D0, %O
',
mode
=>
$mode_gp
,
constructors
=>
\
%unop_shifter_operand_constructors
,
...
...
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