ia32: Remove (empty) emitters from nodes, which should never be emitted.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 1 Dec 2012 21:18:24 +0000 (22:18 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 2 Dec 2012 08:56:24 +0000 (09:56 +0100)
ir/be/ia32/ia32_spec.pl

index 5488ba3..3a912b0 100644 (file)
@@ -1051,7 +1051,6 @@ NoReg_GP => {
        irn_flags => [ "not_scheduled" ],
        reg_req   => { out => [ "gp_NOREG:I" ] },
        units     => [],
-       emit      => "",
        latency   => 0,
        mode      => $mode_gp
 },
@@ -1062,7 +1061,6 @@ NoReg_FP => {
        irn_flags => [ "not_scheduled" ],
        reg_req   => { out => [ "fp_NOREG:I" ] },
        units     => [],
-       emit      => "",
        mode      => $mode_fp87,
        latency   => 0,
        attr_type => "ia32_x87_attr_t",
@@ -1074,7 +1072,6 @@ NoReg_XMM => {
        irn_flags => [ "not_scheduled" ],
        reg_req   => { out => [ "xmm_NOREG:I" ] },
        units     => [],
-       emit      => "",
        latency   => 0,
        mode      => $mode_xmm,
 },