aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 5f8b861fbb6..330f1e5018c 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -175,8 +175,8 @@ static int counter = 0;
void
cgraph_unit_reset (void)
{
- static_ctors = NULL_TREE;
- static_dtors = NULL_TREE;
+ static_ctors = NULL;
+ static_dtors = NULL;
first_analyzed = NULL;
first_analyzed_var = NULL;
counter = 0;