diff options
author | Tamar Christina <tamar.christina@arm.com> | 2023-06-20 08:54:42 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2023-06-20 08:54:42 +0100 |
commit | 36de416df8b3f109353e309011061fa66e872e3a (patch) | |
tree | b6374e3676520e759410cdd3d4ea63e7683db9b1 /gcc | |
parent | eb5c593cab9c8e88bc83767b738307e31285c733 (diff) | |
download | gcc-36de416df8b3f109353e309011061fa66e872e3a.zip gcc-36de416df8b3f109353e309011061fa66e872e3a.tar.gz gcc-36de416df8b3f109353e309011061fa66e872e3a.tar.bz2 |
AArch64: remove test comment from *mov<mode>_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<mode>_aarch64): Drop test comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/aarch64/aarch64.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 97e5a59..25f7905 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -1224,7 +1224,7 @@ [m, r Z ; store_4 , * ] str<size>\\t%w1, %0 [m, w ; store_4 , * ] str\t%<size>1, %0 [r, w ; neon_to_gp<q> , simd ] umov\t%w0, %1.<v>[0] - [r, w ; neon_to_gp<q> , nosimd] fmov\t%w0, %s1 /*foo */ + [r, w ; neon_to_gp<q> , nosimd] fmov\t%w0, %s1 [w, r Z ; neon_from_gp<q>, simd ] dup\t%0.<Vallxd>, %w1 [w, r Z ; neon_from_gp<q>, nosimd] fmov\t%s0, %w1 [w, w ; neon_dup , simd ] dup\t%<Vetype>0, %1.<v>[0] |