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
2b410855
Commit
2b410855
authored
Mar 09, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Mar 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfglayout.c (fixup_reorder_chain): Remove old_bb.
From-SVN: r96162
parent
b0c32a73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/cfglayout.c
+0
-2
No files found.
gcc/ChangeLog
View file @
2b410855
2005-03-09 Kazu Hirata <kazu@cs.umass.edu>
* cfglayout.c (fixup_reorder_chain): Remove old_bb.
2005-03-08 Jeff Law <law@redhat.com>
2005-03-08 Jeff Law <law@redhat.com>
* tree-cfg.c (cleanup_control_flow): If removal of a computed
* tree-cfg.c (cleanup_control_flow): If removal of a computed
...
...
gcc/cfglayout.c
View file @
2b410855
...
@@ -627,7 +627,6 @@ fixup_reorder_chain (void)
...
@@ -627,7 +627,6 @@ fixup_reorder_chain (void)
edge
e_fall
,
e_taken
,
e
;
edge
e_fall
,
e_taken
,
e
;
rtx
bb_end_insn
;
rtx
bb_end_insn
;
basic_block
nb
;
basic_block
nb
;
basic_block
old_bb
;
edge_iterator
ei
;
edge_iterator
ei
;
if
(
EDGE_COUNT
(
bb
->
succs
)
==
0
)
if
(
EDGE_COUNT
(
bb
->
succs
)
==
0
)
...
@@ -772,7 +771,6 @@ fixup_reorder_chain (void)
...
@@ -772,7 +771,6 @@ fixup_reorder_chain (void)
nb
->
rbi
->
next
=
bb
->
rbi
->
next
;
nb
->
rbi
->
next
=
bb
->
rbi
->
next
;
bb
->
rbi
->
next
=
nb
;
bb
->
rbi
->
next
=
nb
;
/* Don't process this new block. */
/* Don't process this new block. */
old_bb
=
bb
;
bb
=
nb
;
bb
=
nb
;
/* Make sure new bb is tagged for correct section (same as
/* Make sure new bb is tagged for correct section (same as
...
...
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