summaryrefslogtreecommitdiffstats
path: root/gcc/ipa-type-escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-type-escape.c')
-rw-r--r--gcc/ipa-type-escape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-type-escape.c b/gcc/ipa-type-escape.c
index 229d8b2e9a5..81e6ddb635b 100644
--- a/gcc/ipa-type-escape.c
+++ b/gcc/ipa-type-escape.c
@@ -2192,7 +2192,7 @@ type_escape_execute (void)
static bool
gate_type_escape_vars (void)
{
- return (flag_unit_at_a_time != 0 && flag_ipa_type_escape
+ return (flag_ipa_type_escape
/* Don't bother doing anything if the program has errors. */
&& !(errorcount || sorrycount));
}
OpenPOWER on IntegriCloud