summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/varpool.c')
-rw-r--r--gcc/varpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varpool.c b/gcc/varpool.c
index 50f2e6e755a..0526b7f195e 100644
--- a/gcc/varpool.c
+++ b/gcc/varpool.c
@@ -752,7 +752,7 @@ add_new_static_var (tree type)
tree new_decl;
varpool_node *new_node;
- new_decl = create_tmp_var_raw (type, NULL);
+ new_decl = create_tmp_var_raw (type);
DECL_NAME (new_decl) = create_tmp_var_name (NULL);
TREE_READONLY (new_decl) = 0;
TREE_STATIC (new_decl) = 1;