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
68e4debe
Commit
68e4debe
authored
Nov 09, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* passes.c (rest_of_handle_jump): Remove dead code.
From-SVN: r90325
parent
66e52c35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
gcc/ChangeLog
+4
-0
gcc/passes.c
+0
-21
No files found.
gcc/ChangeLog
View file @
68e4debe
2004
-
11
-
08
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
2004
-
11
-
08
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
passes
.
c
(
rest_of_handle_jump
):
Remove
dead
code
.
2004
-
11
-
08
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
cfg
.
c
(
thread_jumps
):
Speed
up
by
keeping
a
pointer
to
*
tree
-
cfg
.
c
(
thread_jumps
):
Speed
up
by
keeping
a
pointer
to
the
last
used
element
in
the
worklist
.
the
last
used
element
in
the
worklist
.
...
...
gcc/passes.c
View file @
68e4debe
...
@@ -1291,27 +1291,6 @@ rest_of_handle_jump (void)
...
@@ -1291,27 +1291,6 @@ rest_of_handle_jump (void)
timevar_push
(
TV_JUMP
);
timevar_push
(
TV_JUMP
);
open_dump_file
(
DFI_sibling
,
current_function_decl
);
open_dump_file
(
DFI_sibling
,
current_function_decl
);
/* ??? We may get called either via tree_rest_of_compilation when the CFG
is already built or directly (for instance from coverage code).
The direct callers shall be updated. */
if
(
!
basic_block_info
)
{
init_flow
();
rebuild_jump_labels
(
get_insns
());
find_exception_handler_labels
();
find_basic_blocks
(
get_insns
(),
max_reg_num
(),
dump_file
);
}
/* ??? We may get called either via tree_rest_of_compilation when the CFG
is already built or directly (for instance from coverage code).
The direct callers shall be updated. */
if
(
!
basic_block_info
)
{
init_flow
();
rebuild_jump_labels
(
get_insns
());
find_exception_handler_labels
();
find_basic_blocks
(
get_insns
(),
max_reg_num
(),
dump_file
);
}
delete_unreachable_blocks
();
delete_unreachable_blocks
();
#ifdef ENABLE_CHECKING
#ifdef ENABLE_CHECKING
verify_flow_info
();
verify_flow_info
();
...
...
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