PATCH: arm.md tweak

Ben Elliston bje@wasabisystems.com
Thu Mar 11 13:01:00 GMT 2004


Committed as obvious.  It looks like a patch(1) burp is responsible .. :-)

2004-03-11  Ben Elliston  <bje@wasabisystems.com>

       * config/arm/arm.md (is_xscale): Comment this attribute and move
       it a bit further up in the file, closer to related attributes.

Index: config/arm/arm.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.md,v
retrieving revision 1.159
diff -u -p -r1.159 arm.md
--- config/arm/arm.md   4 Feb 2004 20:00:53 -0000       1.159
+++ config/arm/arm.md   11 Mar 2004 12:57:52 -0000
@@ -137,9 +137,11 @@
 ; scheduling decisions for the load unit and the multiplier.
 (define_attr "is_strongarm" "no,yes" (const (symbol_ref "arm_is_strong")))
 
+; IS_XSCALE is set to 'yes' when compiling for XScale.
+(define_attr "is_xscale" "no,yes" (const (symbol_ref "arm_tune_xscale")))
+
 ;; Operand number of an input operand that is shifted.  Zero if the
 ;; given instruction does not shift one of its input operands.
-(define_attr "is_xscale" "no,yes" (const (symbol_ref "arm_tune_xscale")))
 (define_attr "shift" "" (const_int 0))
 
 ; Floating Point Unit.  If we only have floating point emulation, then there



More information about the Gcc-patches mailing list