diff options
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r-- | gcc/target-def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h index ddab977aa2f..c57977b1277 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -392,8 +392,8 @@ default_builtin_vector_alignment_reachable #define TARGET_VECTORIZE_BUILTIN_VEC_PERM 0 #define TARGET_SUPPORT_VECTOR_MISALIGNMENT \ - default_builtin_support_vector_misalignment - + default_builtin_support_vector_misalignment + #define TARGET_VECTORIZE \ { \ |