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
2f2a7d15
Commit
2f2a7d15
authored
Mar 27, 2014
by
Dehao Chen
Committed by
Dehao Chen
Mar 27, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-inline.c (early_inliner): Update node's inline info.
From-SVN: r208861
parent
a0dbf285
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/ipa-inline.c
+2
-0
No files found.
gcc/ChangeLog
View file @
2f2a7d15
2014-03-27 Dehao Chen <dehao@google.com>
* ipa-inline.c (early_inliner): Update node's inline info.
2014-03-26 Dehao Chen <dehao@google.com>
* dojump.c (do_compare_rtx_and_jump): Sets correct probability for
...
...
gcc/ipa-inline.c
View file @
2f2a7d15
...
...
@@ -2318,6 +2318,8 @@ early_inliner (void)
edge
->
call_stmt
,
edge
->
callee
->
decl
,
false
))
edge
->
call_stmt_cannot_inline_p
=
true
;
}
if
(
iterations
<
PARAM_VALUE
(
PARAM_EARLY_INLINER_MAX_ITERATIONS
)
-
1
)
inline_update_overall_summary
(
node
);
timevar_pop
(
TV_INTEGRATION
);
iterations
++
;
inlined
=
false
;
...
...
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