Advertisement
Guest User

Untitled

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