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
9167e1c0
Commit
9167e1c0
authored
Nov 04, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cfgrtl.c (force_nonfallthru_and_redirect): Make it static.
From-SVN: r90088
parent
54e62799
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/cfgrtl.c
+1
-2
No files found.
gcc/ChangeLog
View file @
9167e1c0
2004
-
11
-
04
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
cfgrtl
.
c
(
force_nonfallthru_and_redirect
):
Make
it
static
.
2004
-
11
-
04
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
builtins
.
c
(
expand_builtin_return_addr
,
expand_builtin_longjmp
,
expand_builtin_trap
):
Make
them
static
.
*
expr
.
h
:
Remove
the
prototypes
for
expand_builtin_longjmp
and
...
...
gcc/cfgrtl.c
View file @
9167e1c0
...
...
@@ -69,7 +69,6 @@ static int can_delete_label_p (rtx);
static
void
commit_one_edge_insertion
(
edge
,
int
);
static
rtx
last_loop_beg_note
(
rtx
);
static
bool
back_edge_of_syntactic_loop_p
(
basic_block
,
basic_block
);
basic_block
force_nonfallthru_and_redirect
(
edge
,
basic_block
);
static
basic_block
rtl_split_edge
(
edge
);
static
bool
rtl_move_block_after
(
basic_block
,
basic_block
);
static
int
rtl_verify_flow_info
(
void
);
...
...
@@ -986,7 +985,7 @@ rtl_redirect_edge_and_branch (edge e, basic_block target)
/* Like force_nonfallthru below, but additionally performs redirection
Used by redirect_edge_and_branch_force. */
basic_block
static
basic_block
force_nonfallthru_and_redirect
(
edge
e
,
basic_block
target
)
{
basic_block
jump_block
,
new_bb
=
NULL
,
src
=
e
->
src
;
...
...
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