aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/misc.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2008-07-29 13:00:58 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2008-07-29 11:00:58 +0000
commite90acd935ae25e9b11a6028f889db17c7760572a (patch)
tree715f5730772c8971b1400db96ba484d331fea296 /gcc/ada/misc.c
parentbf08ebebc7fb2f16aa6095a10987196cb4267a78 (diff)
downloadgcc-e90acd935ae25e9b11a6028f889db17c7760572a.zip
gcc-e90acd935ae25e9b11a6028f889db17c7760572a.tar.gz
gcc-e90acd935ae25e9b11a6028f889db17c7760572a.tar.bz2
flags.h (flag_really_no_inline): Remove.
* flags.h (flag_really_no_inline): Remove. * cgraph.c (cgraph_function_possibly_inlined_p): Simplify. * toplev.c (flag_really_no_inline): Remove. * c-cppbuiltin.c (c_cpp_builtins): Use flag_no_inline. * ipa-inline.c (cgraph_decide_inlining): Do not check flag_no_inline. (cgraph_decide_inlining_incrementally): Likewise. (compute_inline_parameters): Likewise. * opts.c (decode_options): Simplify. * c-opts.c (c_common_post_options): Do not set flag_no_inline. * common.opt (finline): Initialize to 1. * tree-inline.c (inlinable_function_p): Check flag_no_inline. * lang.c (java_post_options): Remove handling of flag_no_inline. * misc.c (gnat_post_options): Do not set flag_no_inline. * options.c (gfc_post_options): Do not set flag_no_inline. From-SVN: r138238
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r--gcc/ada/misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c
index 006da96..02397d7 100644
--- a/gcc/ada/misc.c
+++ b/gcc/ada/misc.c
@@ -340,9 +340,6 @@ gnat_post_options (const char **pfilename ATTRIBUTE_UNUSED)
/* ??? The warning machinery is outsmarted by Ada. */
warn_unused_parameter = 0;
- if (!flag_no_inline)
- flag_no_inline = 1;
-
/* Force eliminate_unused_debug_types to 0 unless an explicit positive
-f has been passed. This forces the default to 0 for Ada, which might
differ from the common default. */