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
7db40b5f
Commit
7db40b5f
authored
Oct 09, 2002
by
Richard Henderson
Committed by
Richard Henderson
Oct 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (rest_of_compilation): Revert opt/2960 change.
From-SVN: r58000
parent
e85f1e18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/toplev.c
+1
-2
No files found.
gcc/ChangeLog
View file @
7db40b5f
2002
-
10
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
*
toplev
.
c
(
rest_of_compilation
)
:
Revert
opt
/
2960
change
.
2002
-
10
-
09
Zack
Weinberg
<
zack
@codesourcery
.
com
>
2002
-
10
-
09
Zack
Weinberg
<
zack
@codesourcery
.
com
>
PR
c
/
7353
PR
c
/
7353
...
...
gcc/toplev.c
View file @
7db40b5f
...
@@ -2683,8 +2683,7 @@ rest_of_compilation (decl)
...
@@ -2683,8 +2683,7 @@ rest_of_compilation (decl)
/* CFG is no longer maintained up-to-date. */
/* CFG is no longer maintained up-to-date. */
free_bb_for_insn
();
free_bb_for_insn
();
if
(
!
optimize_size
)
copy_loop_headers
(
insns
);
copy_loop_headers
(
insns
);
purge_line_number_notes
(
insns
);
purge_line_number_notes
(
insns
);
find_basic_blocks
(
insns
,
max_reg_num
(),
rtl_dump_file
);
find_basic_blocks
(
insns
,
max_reg_num
(),
rtl_dump_file
);
...
...
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