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
8a8dccb2
Commit
8a8dccb2
authored
Apr 18, 2011
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 18, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
From-SVN: r172664
parent
09a2806f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/ipa-inline.c
+1
-1
No files found.
gcc/ChangeLog
View file @
8a8dccb2
2011-04-18 Jan Hubicka <jh@suse.cz>
2011-04-18 Jan Hubicka <jh@suse.cz>
* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.
* ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
* ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
(want_inline_function_called_once_p): Break out the logic from
(want_inline_function_called_once_p): Break out the logic from
ipa_inline.
ipa_inline.
...
...
gcc/ipa-inline.c
View file @
8a8dccb2
...
@@ -1333,12 +1333,12 @@ inline_small_functions (void)
...
@@ -1333,12 +1333,12 @@ inline_small_functions (void)
}
}
}
}
overall_size
=
initial_size
;
max_size
=
compute_max_insns
(
overall_size
);
max_size
=
compute_max_insns
(
overall_size
);
min_size
=
overall_size
;
min_size
=
overall_size
;
gcc_assert
(
in_lto_p
gcc_assert
(
in_lto_p
||
!
max_count
||
!
max_count
||
(
profile_info
&&
flag_branch_probabilities
));
||
(
profile_info
&&
flag_branch_probabilities
));
overall_size
=
initial_size
;
while
(
!
fibheap_empty
(
heap
))
while
(
!
fibheap_empty
(
heap
))
{
{
...
...
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