Add should_be_same constraint on second input to second output of ia32_Minus64Bit.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 9 Sep 2008 11:13:37 +0000 (11:13 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 9 Sep 2008 11:13:37 +0000 (11:13 +0000)
[r21778]

ir/be/ia32/ia32_spec.pl

index 251d64e..cd3be7a 100644 (file)
@@ -912,7 +912,7 @@ NegMem => {
 
 Minus64Bit => {
        irn_flags => "R",
-       reg_req   => { in => [ "gp", "gp" ], out => [ "in_r1", "gp" ] },
+       reg_req   => { in => [ "gp", "gp" ], out => [ "in_r1", "in_r2" ] },
        outs      => [ "low_res", "high_res" ],
        units     => [ "GP" ],
        latency   => 3,