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
52becdc0
Commit
52becdc0
authored
Mar 07, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 06, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* basic-block.h (free_basic_block_vargs): Provide prototype.
From-SVN: r18438
parent
2fa1eead
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ChangeLog
+2
-0
gcc/basic-block.h
+2
-0
No files found.
gcc/ChangeLog
View file @
52becdc0
Sat Mar 7 00:54:15 1998 Jeffrey A Law (law@cygnus.com)
* basic-block.h (free_basic_block_vargs): Provide prototype.
* cccp.c (main): Fix dumb mistakes in last change.
Fri Mar 6 21:28:45 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
...
...
gcc/basic-block.h
View file @
52becdc0
...
...
@@ -186,6 +186,8 @@ extern int compute_preds_succs PROTO ((int_list_ptr *, int_list_ptr *,
int
*
,
int
*
));
extern
void
dump_bb_data
PROTO
((
FILE
*
,
int_list_ptr
*
,
int_list_ptr
*
));
extern
void
free_bb_mem
PROTO
((
void
));
extern
void
free_basic_block_vars
PROTO
((
int
));
/* Simple bitmaps.
It's not clear yet whether using bitmap.[ch] will be a win.
...
...
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