]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH] [AArch64] Fix whitespace around aarch64_movdi_<mode>low
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 19 Nov 2013 16:36:29 +0000 (16:36 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Tue, 19 Nov 2013 16:36:29 +0000 (16:36 +0000)
From-SVN: r205042

gcc/ChangeLog
gcc/config/aarch64/aarch64.md

index d91fd75a4b9282e0b7095011f3ba1bbbc7ef97e1..477feb005b4b818f2ca7f3ad18a814f67859b4f3 100644 (file)
@@ -1,3 +1,9 @@
+2013-11-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * config/aarch64/aarch64.md
+       (aarch64_movdi_<mode>low, *add_<shift>_si_uxtw):
+       Adjust whitespace.
+
 2013-11-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
 
        * config/aarch64/aarch64.h (PROFILE_HOOK): Fix whitespace.
index 69ac4bc9abd1ffc13d901d778a12e42b3127fac4..22051ec27e6a9fdf5622c2471cdddb1985a66d3d 100644 (file)
   [(set (match_operand:DI 0 "register_operand" "=r")
        (zero_extend:DI
         (plus:SI (ASHIFT:SI (match_operand:SI 1 "register_operand" "r")
-                            (match_operand:QI 2 "aarch64_shift_imm_si" "n"))
-                 (match_operand:SI 3 "register_operand" "r"))))]
+                            (match_operand:QI 2 "aarch64_shift_imm_si" "n"))
+                 (match_operand:SI 3 "register_operand" "r"))))]
   ""
   "add\\t%w0, %w3, %w1, <shift> %2"
   [(set_attr "type" "alu_shift_imm")
 ;; The following secondary reload helpers patterns are invoked
 ;; after or during reload as we don't want these patterns to start
 ;; kicking in during the combiner.
+
 (define_insn "aarch64_movdi_<mode>low"
   [(set (match_operand:DI 0 "register_operand" "=r")
         (truncate:DI (match_operand:TX 1 "register_operand" "w")))]