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
b67d7f4a
Commit
b67d7f4a
authored
Jul 22, 2003
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
From-SVN: r69652
parent
5dfda042
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+4
-0
gcc/cgraphunit.c
+2
-3
No files found.
gcc/ChangeLog
View file @
b67d7f4a
Tue Jul 22 00:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
2003-07-21 Neil Booth <neil@daikokuya.co.uk>
* cppfiles.c (open_file_pch): Don't put unused entries in the
...
...
gcc/cgraphunit.c
View file @
b67d7f4a
...
...
@@ -190,9 +190,8 @@ cgraph_finalize_compilation_unit (void)
cgraph_create_edges
(
decl
,
DECL_SAVED_TREE
(
decl
));
node
->
local
.
inlinable
=
tree_inlinable_function_p
(
decl
,
1
);
if
(
!
DECL_ESTIMATED_INSNS
(
decl
))
DECL_ESTIMATED_INSNS
(
decl
)
=
(
*
lang_hooks
.
tree_inlining
.
estimate_num_insns
)
(
decl
);
DECL_ESTIMATED_INSNS
(
decl
)
=
(
*
lang_hooks
.
tree_inlining
.
estimate_num_insns
)
(
decl
);
node
->
local
.
self_insns
=
DECL_ESTIMATED_INSNS
(
decl
);
if
(
node
->
local
.
inlinable
)
node
->
local
.
disgread_inline_limits
...
...
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