Advertisement
Guest User

Untitled

a guest
Jun 28th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
  2. index ced4231..b9b1bf4 100644
  3. --- a/gcc/config/arm/arm.c
  4. +++ b/gcc/config/arm/arm.c
  5. @@ -3381,6 +3381,10 @@ arm_option_override (void)
  6.  
  7. /* Init initial mode for testing. */
  8. thumb_flipper = TARGET_THUMB;
  9. +
  10. + if (unaligned_access)
  11. + maybe_set_param_value (PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT,
  12. + 0, global_options.x_param_values, global_options_set.x_param_values);
  13. }
  14.  
  15. static void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement