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
9cc37c9f
Commit
9cc37c9f
authored
Oct 05, 2000
by
Richard Henderson
Committed by
Richard Henderson
Oct 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (finish_chill_function): Don't init can_reach_end.
From-SVN: r36748
parent
388b067f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ch/ChangeLog
+4
-0
gcc/ch/decl.c
+0
-3
No files found.
gcc/ch/ChangeLog
View file @
9cc37c9f
2000-10-05 Richard Henderson <rth@cygnus.com>
* decl.c (finish_chill_function): Don't init can_reach_end.
2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
* decl.c, timing.c: Include defaults.h if not already included.
...
...
gcc/ch/decl.c
View file @
9cc37c9f
...
...
@@ -1964,9 +1964,6 @@ finish_chill_function ()
/* Generate rtl for function exit. */
expand_function_end
(
input_filename
,
lineno
,
0
);
/* So we can tell if jump_optimize sets it to 1. */
can_reach_end
=
0
;
/* Run the optimizers and output assembler code for this function. */
rest_of_compilation
(
fndecl
);
}
...
...
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