aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-opts.c')
-rw-r--r--gcc/c-opts.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/c-opts.c b/gcc/c-opts.c
index 146ef57..8eef6bf 100644
--- a/gcc/c-opts.c
+++ b/gcc/c-opts.c
@@ -945,10 +945,7 @@ c_common_post_options (const char **pfilename)
if (!flag_no_inline)
flag_no_inline = 1;
if (flag_inline_functions)
- {
- flag_inline_trees = 2;
- flag_inline_functions = 0;
- }
+ flag_inline_trees = 2;
/* If we are given more than one input file, we must use
unit-at-a-time mode. */