arm64: remove redundant comment on test cases for FSQRT 2d_2d, 4s_4s, 2s_2s
(should have been included in r15071).  No functional change.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15072 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/arm64/fp_and_simd.c b/none/tests/arm64/fp_and_simd.c
index 6a99cf6..fb0c7e6 100644
--- a/none/tests/arm64/fp_and_simd.c
+++ b/none/tests/arm64/fp_and_simd.c
@@ -4585,9 +4585,9 @@
    // fsqrt     2d,4s,2s
    if (1) test_fsqrt_d_d(TyDF);
    if (1) test_fsqrt_s_s(TySF);
-   if (1) test_fsqrt_2d_2d(TySF); // need to change primop type
-   if (1) test_fsqrt_4s_4s(TyDF); // ditto
-   if (1) test_fsqrt_2s_2s(TySF); // ditto
+   if (1) test_fsqrt_2d_2d(TySF);
+   if (1) test_fsqrt_4s_4s(TyDF);
+   if (1) test_fsqrt_2s_2s(TySF);
 
    // fadd      d,s
    // fsub      d,s