From 2a9704d007e10db4c8de1e7119e82ce6e5b2553b Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Tue, 19 Nov 2013 16:36:29 +0000 Subject: [PATCH] [AArch64] Fix whitespace around aarch64_movdi_low From-SVN: r205042 --- gcc/ChangeLog | 6 ++++++ gcc/config/aarch64/aarch64.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d91fd75..477feb0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2013-11-19 Marcus Shawcroft + * config/aarch64/aarch64.md + (aarch64_movdi_low, *add__si_uxtw): + Adjust whitespace. + +2013-11-19 Marcus Shawcroft + * config/aarch64/aarch64.h (PROFILE_HOOK): Fix whitespace. 2013-11-19 Joseph Myers diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 69ac4bc..22051ec 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -1311,8 +1311,8 @@ [(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, %2" [(set_attr "type" "alu_shift_imm") @@ -3607,7 +3607,7 @@ ;; 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_low" [(set (match_operand:DI 0 "register_operand" "=r") (truncate:DI (match_operand:TX 1 "register_operand" "w")))] -- cgit v1.1