Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
33e42d56
Commit
33e42d56
authored
May 12, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
May 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lto.c (materialize_cgraph): Revert my previous patch.
From-SVN: r159305
parent
0e8751ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/lto/ChangeLog
+4
-0
gcc/lto/lto.c
+0
-3
No files found.
gcc/lto/ChangeLog
View file @
33e42d56
2010-05-11 Jan Hubicka <jh@suse.cz>
* lto.c (materialize_cgraph): Revert my previous patch.
2010-05-11 Kai Tietz <kai.tietz@onevision.com>
* lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
...
...
gcc/lto/lto.c
View file @
33e42d56
...
...
@@ -1708,9 +1708,6 @@ materialize_cgraph (void)
for
(
i
=
0
;
VEC_iterate
(
tree
,
lto_global_var_decls
,
i
,
decl
);
i
++
)
rest_of_decl_compilation
(
decl
,
1
,
0
);
VEC_free
(
tree
,
gc
,
lto_global_var_decls
);
lto_global_var_decls
=
NULL
;
if
(
!
quiet_flag
)
fprintf
(
stderr
,
"
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment