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
f66fd328
Commit
f66fd328
authored
Sep 13, 2006
by
Andreas Krebbel
Committed by
Andreas Krebbel
Sep 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basic-block.h (bb_has_eh_pred): Fix comment.
* basic-block.h (bb_has_eh_pred): Fix comment. From-SVN: r116922
parent
95cb77e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/basic-block.h
+1
-1
No files found.
gcc/ChangeLog
View file @
f66fd328
2006
-
09
-
13
Andreas
Krebbel
<
krebbel1
@de
.
ibm
.
com
>
2006
-
09
-
13
Andreas
Krebbel
<
krebbel1
@de
.
ibm
.
com
>
*
basic_block
.
h
(
bb_has_eh_pred
)
:
Fix
comment
.
2006
-
09
-
13
Andreas
Krebbel
<
krebbel1
@de
.
ibm
.
com
>
*
flow
.
c
(
calculate_global_regs_live
)
:
Invalidate
eh
registers
*
flow
.
c
(
calculate_global_regs_live
)
:
Invalidate
eh
registers
on
eh
edges
.
Renamed
invalidated_by_call
to
invalidated_by_eh_edge
.
on
eh
edges
.
Renamed
invalidated_by_call
to
invalidated_by_eh_edge
.
(
propagate_block
)
:
Handle
eh
registers
as
if
they
were
set
at
basic
(
propagate_block
)
:
Handle
eh
registers
as
if
they
were
set
at
basic
...
...
gcc/basic-block.h
View file @
f66fd328
...
@@ -1175,7 +1175,7 @@ extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *);
...
@@ -1175,7 +1175,7 @@ extern bool rtx_equiv_p (rtx *, rtx, int, struct equiv_info *);
/* In cfgrtl.c */
/* In cfgrtl.c */
extern
bool
condjump_equiv_p
(
struct
equiv_info
*
,
bool
);
extern
bool
condjump_equiv_p
(
struct
equiv_info
*
,
bool
);
/* Return true when one of the predecessor edges of BB is marked with
FLAGS
. */
/* Return true when one of the predecessor edges of BB is marked with
EDGE_EH
. */
static
inline
bool
bb_has_eh_pred
(
basic_block
bb
)
static
inline
bool
bb_has_eh_pred
(
basic_block
bb
)
{
{
edge
e
;
edge
e
;
...
...
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