Typo...

Committed as obvious.

Richard.

2018-04-04  Richard Biener  <rguent...@suse.de>

        PR testsuite/85191
        * lib/target-supports.exp (check_effective_target_vect_perm_short):
        Fix typo.

Index: gcc/testsuite/lib/target-supports.exp
===================================================================
--- gcc/testsuite/lib/target-supports.exp       (revision 259069)
+++ gcc/testsuite/lib/target-supports.exp       (working copy)
@@ -5828,8 +5828,8 @@ proc check_effective_target_vect_perm_sh
                 && ![check_effective_target_vect_variable_length])
             || [istarget powerpc*-*-*]
             || [istarget spu-*-*]
-            || (([istarget i?86-*-*] || [istarget x86_64-*-*]
-                && [check_ssse3_available]))
+            || (([istarget i?86-*-*] || [istarget x86_64-*-*])
+                && [check_ssse3_available])
             || ([istarget mips*-*-*]
                  && [et-is-effective-target mips_msa])
             || ([istarget s390*-*-*]

Reply via email to