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
7f8a2125
Commit
7f8a2125
authored
Aug 01, 2001
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* basic-block.h: Add prototype for last_loop_beg_note.
From-SVN: r44531
parent
f2f25b6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/basic-block.h
+1
-0
No files found.
gcc/ChangeLog
View file @
7f8a2125
2001-08-01 Andreas Jaeger <aj@suse.de>
* basic-block.h: Add prototype for last_loop_beg_note.
2001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
* expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
...
...
gcc/basic-block.h
View file @
7f8a2125
...
...
@@ -610,6 +610,7 @@ extern void allocate_reg_life_data PARAMS ((void));
extern
void
allocate_bb_life_data
PARAMS
((
void
));
extern
void
find_unreachable_blocks
PARAMS
((
void
));
extern
void
delete_noop_moves
PARAMS
((
rtx
));
extern
rtx
last_loop_beg_note
PARAMS
((
rtx
));
extern
basic_block
redirect_edge_and_branch_force
PARAMS
((
edge
,
basic_block
));
extern
bool
redirect_edge_and_branch
PARAMS
((
edge
,
basic_block
));
extern
rtx
block_label
PARAMS
((
basic_block
));
...
...
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