diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 6106933..afc9d0a 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -422,7 +422,6 @@ create_one_component_var (tree type, tree orig, const char *prefix, const char *suffix, enum tree_code code) { tree r = create_tmp_var (type, prefix); - add_referenced_var (r); DECL_SOURCE_LOCATION (r) = DECL_SOURCE_LOCATION (orig); DECL_ARTIFICIAL (r) = 1; |