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
9ba0399e
Commit
9ba0399e
authored
Oct 27, 2009
by
Richard Henderson
Committed by
Richard Henderson
Oct 27, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraphunit.c (cgraph_optimize): Maintain timevar stack properly.
From-SVN: r153618
parent
b77068f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+4
-0
gcc/cgraphunit.c
+4
-1
No files found.
gcc/ChangeLog
View file @
9ba0399e
2009
-
10
-
27
Richard
Henderson
<
rth
@
redhat
.
com
>
*
cgraphunit
.
c
(
cgraph_optimize
):
Maintain
timevar
stack
properly
.
2009
-
10
-
27
Richard
Henderson
<
rth
@
redhat
.
com
>
PR
c
++/
41819
*
tree
-
eh
.
c
(
eh_region_may_contain_throw_map
):
Rename
from
eh_region_may_contain_throw
;
update
users
.
gcc/cgraphunit.c
View file @
9ba0399e
...
...
@@ -1422,7 +1422,10 @@ cgraph_optimize (void)
/* Do nothing else if any IPA pass found errors. */
if
(
errorcount
||
sorrycount
)
return
;
{
timevar_pop
(
TV_CGRAPHOPT
);
return
;
}
/* This pass remove bodies of extern inline functions we never inlined.
Do this later so other IPA passes see what is really going on. */
...
...
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