From 06949f6a91bc08cb4b40411f6896b622519e3020 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 26 Jun 2010 15:50:22 +0000 Subject: [PATCH] ia32 Not does not affect the flags. [r27663] --- ir/be/ia32/ia32_spec.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.20.1