arm: Remove unused arity specification from nodes with constructors.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 2 Dec 2012 12:56:32 +0000 (13:56 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 2 Dec 2012 17:34:04 +0000 (18:34 +0100)
ir/be/arm/arm_spec.pl

index 9201aeb..0ffc0d1 100644 (file)
@@ -260,7 +260,6 @@ Rsb => {
 
 Mov => {
        irn_flags => [ "rematerializable" ],
 
 Mov => {
        irn_flags => [ "rematerializable" ],
-       arity     => "variable",
        emit      => 'mov %D0, %O',
        mode      => $mode_gp,
        attr_type => "arm_shifter_operand_t",
        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",
 Mvn => {
        irn_flags => [ "rematerializable" ],
        attr_type => "arm_shifter_operand_t",
-       arity     => "variable",
        emit      => 'mvn %D0, %O',
        mode      => $mode_gp,
        constructors => \%unop_shifter_operand_constructors,
        emit      => 'mvn %D0, %O',
        mode      => $mode_gp,
        constructors => \%unop_shifter_operand_constructors,