From: Christoph Mallon Date: Sat, 26 Jun 2010 15:50:22 +0000 (+0000) Subject: ia32 Not does not affect the flags. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=06949f6a91bc08cb4b40411f6896b622519e3020;p=libfirm ia32 Not does not affect the flags. [r27663] --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 37a19be9f..6e62754f0 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -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,