Advertisement
prat3492

830.diff

Sep 22nd, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.45 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