From 7c0c1e1e19189f31dc9c0ca4085039c407ecaca4 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 2 Jul 2007 13:48:09 +0000 Subject: [PATCH] don't set lea to should_be_same [r14881] --- ir/be/ia32/ia32_spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 828db3826..3013fee5c 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -969,7 +969,7 @@ Store8Bit => { Lea => { irn_flags => "R", - reg_req => { in => [ "gp", "gp" ], out => [ "in_r1" ] }, + reg_req => { in => [ "gp", "gp" ], out => [ "gp" ] }, emit => '. leal %AM, %D0', latency => 2, units => [ "GP" ], -- 2.20.1