From: Tamar Christina Date: Tue, 20 Jun 2023 07:54:42 +0000 (+0100) Subject: AArch64: remove test comment from *mov_aarch64 X-Git-Tag: basepoints/gcc-15~8160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36de416df8b3f109353e309011061fa66e872e3a;p=thirdparty%2Fgcc.git AArch64: remove test comment from *mov_aarch64 I accidentally left a test comment in the final version of the patch. This removes the comment. gcc/ChangeLog: * config/aarch64/aarch64.md (*mov_aarch64): Drop test comment. --- diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 97e5a59d30ca..25f7905c6a0b 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -1224,7 +1224,7 @@ [m, r Z ; store_4 , * ] str\\t%w1, %0 [m, w ; store_4 , * ] str\t%1, %0 [r, w ; neon_to_gp , simd ] umov\t%w0, %1.[0] - [r, w ; neon_to_gp , nosimd] fmov\t%w0, %s1 /*foo */ + [r, w ; neon_to_gp , nosimd] fmov\t%w0, %s1 [w, r Z ; neon_from_gp, simd ] dup\t%0., %w1 [w, r Z ; neon_from_gp, nosimd] fmov\t%s0, %w1 [w, w ; neon_dup , simd ] dup\t%0, %1.[0]