aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r--gcc/ipa-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index 1bb5e6d0555..0dd85de1b39 100644
--- a/gcc/ipa-utils.h
+++ b/gcc/ipa-utils.h
@@ -30,7 +30,7 @@ extern tree memory_identifier_string;
struct ipa_dfs_info {
int dfn_number;
int low_link;
- bool new;
+ bool fresh;
bool on_stack;
struct cgraph_node* next_cycle;
PTR aux;