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
ec89843e
Commit
ec89843e
authored
Nov 09, 2003
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-optimize.c (tree_rest_of_compilation): Fix warning.
From-SVN: r73385
parent
bd04ab32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
gcc/ChangeLog
+2
-0
gcc/tree-optimize.c
+0
-8
No files found.
gcc/ChangeLog
View file @
ec89843e
2003-11-09 Jan Hubicka <jh@suse.cz>
* tree-optimize.c (tree_rest_of_compilation): Fix warning.
* cgraphunit.c (cgraph_expand_function): Use
cgraph_possibly_inlined_p.
* tree-optimize.c (tree_rest_of_compilation): Do not kill saved tree.
...
...
gcc/tree-optimize.c
View file @
ec89843e
...
...
@@ -195,14 +195,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p)
}
}
/* ??? Looks like some of this could be combined. */
/* If possible, obliterate the body of the function so that it can
be garbage collected. */
if
(
dump_enabled_p
(
TDI_all
))
/* Keep the body; we're going to dump it. */
;
/* Since we don't need the RTL for this function anymore, stop pointing to
it. That's especially important for LABEL_DECLs, since you can reach all
the instructions in the function from the CODE_LABEL stored in the
...
...
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