Commit 74ca3393 by Eric Botcazou

Fix long lines

From-SVN: r158853
parent da7f2697
2010-04-28 Mike Stump <mikestump@comcast.net> 2010-04-28 Mike Stump <mikestump@comcast.net>
* config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
now.
2010-04-28 Eric Botcazou <ebotcazou@adacore.com> 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
...@@ -947,9 +946,9 @@ ...@@ -947,9 +946,9 @@
(input_overwrite_node): Input new flags. (input_overwrite_node): Input new flags.
* passes.c (ipa_write_summaries): Do not call * passes.c (ipa_write_summaries): Do not call
lto_new_extern_inline_states. lto_new_extern_inline_states.
* lto-section-out.c (forced_extern_inline, lto_new_extern_inline_states, * lto-section-out.c (forced_extern_inline,
lto_delete_extern_inline_states, lto_force_functions_extern_inline, lto_new_extern_inline_states lto_delete_extern_inline_states,
lto_forced_extern_inline_p): Kill. lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
* lto-streamer.h (lto_new_extern_inline_states, * lto-streamer.h (lto_new_extern_inline_states,
* lto_delete_extern_inline_states, lto_force_functions_extern_inline, * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
lto_forced_extern_inline_p): Kill. lto_forced_extern_inline_p): Kill.
...@@ -1527,7 +1526,7 @@ ...@@ -1527,7 +1526,7 @@
* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define. * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
(double_int_not, double_int_lshift, double_int_rshift): Declare. (double_int_not, double_int_lshift, double_int_rshift): Declare.
(double_int_negative_p): Convert to static inline function. (double_int_negative_p): Convert to static inline function.
* double-int.c (double_int_lshift, double_int_lshift): Add new function. * double-int.c (double_int_lshift, double_int_lshift): New functions.
(double_int_negative_p): Remove. (double_int_negative_p): Remove.
* tree.h (lshift_double, rshift_double): * tree.h (lshift_double, rshift_double):
* tree.c (build_low_bits_mask): Clean up, use double_int_* functions. * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
...@@ -5414,7 +5413,8 @@ ...@@ -5414,7 +5413,8 @@
(TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise. (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
(TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise. (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
* doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument types. * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
types.
* doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
Fix argument types. Fix argument types.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment