]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
From Phil Blundell:
authorPhilip Blundell <pb@nexus.co.uk>
Sat, 19 Jun 1999 05:54:46 +0000 (05:54 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 19 Jun 1999 05:54:46 +0000 (05:54 +0000)
* arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.

From-SVN: r27607

gcc/ChangeLog
gcc/config/arm/arm.c

index 6d092293b40b38600065f88f8ed66611cba69a9b..94a60d9f5f96cc0eabef33456249c37d9280c426 100644 (file)
@@ -1,3 +1,7 @@
+Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
+
+       * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
+
 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
 
        * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
index e214993635f3027c96fd949853fc911f43d0cf06..019431d874d7351894e55f7c812df70f8b33239c 100644 (file)
@@ -3711,7 +3711,7 @@ arm_reload_in_hi (operands)
                                   gen_rtx_MEM (QImode, 
                                                plus_constant (base,
                                                               offset + 1))));
-  if (BYTES_BIG_ENDIAN)
+  if (BYTES_BIG_ENDIAN)
     emit_insn (gen_rtx_SET (VOIDmode, gen_rtx_SUBREG (SImode, operands[0], 0),
                        gen_rtx_IOR (SImode, 
                                     gen_rtx_ASHIFT