From: Michael Beck Date: Sun, 17 Jun 2007 01:45:41 +0000 (+0000) Subject: fpaStf is now Proj less X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bc9cdc9fc86b6886fe5004374bfaa37b2c382a49;p=libfirm fpaStf is now Proj less [r14542] --- diff --git a/ir/be/arm/arm_spec.pl b/ir/be/arm/arm_spec.pl index 15c139ebe..659c86f3f 100644 --- a/ir/be/arm/arm_spec.pl +++ b/ir/be/arm/arm_spec.pl @@ -796,7 +796,7 @@ fpaStf => { init_attr => "attr->op_mode = op_mode;", reg_req => { "in" => [ "gp", "fpa", "none" ], "out" => [ "none" ] }, emit => '. stf%M [%S1, #0], %S0', - outs => [ "M" ], + mode => "mode_M", }, fpaDbl2GP => {