fpaStf is now Proj less
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 17 Jun 2007 01:45:41 +0000 (01:45 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 17 Jun 2007 01:45:41 +0000 (01:45 +0000)
[r14542]

ir/be/arm/arm_spec.pl

index 15c139e..659c86f 100644 (file)
@@ -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 => {