ia32 Not does not affect the flags.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 26 Jun 2010 15:50:22 +0000 (15:50 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 26 Jun 2010 15:50:22 +0000 (15:50 +0000)
[r27663]

ir/be/ia32/ia32_spec.pl

index 37a19be..6e62754 100644 (file)
@@ -975,9 +975,9 @@ DecMem => {
 Not => {
        irn_flags => "R",
        reg_req   => { in => [ "gp" ],
-                      out => [ "in_r1", "flags" ] },
+                      out => [ "in_r1" ] },
        ins       => [ "val" ],
-       outs      => [ "res", "flags" ],
+       outs      => [ "res" ],
        emit      => '. not%M %S0',
        units     => [ "GP" ],
        latency   => 1,