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
5019d7a7
Commit
5019d7a7
authored
Sep 16, 1999
by
Mark Mitchell
Committed by
Mark Mitchell
Sep 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree.h (reorder_block): Change prototype.
From-SVN: r29445
parent
777ffbda
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-1
gcc/tree.h
+1
-1
No files found.
gcc/ChangeLog
View file @
5019d7a7
...
...
@@ -3,7 +3,7 @@ Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com>
*
rtl
.
h
(
NOTE_BLOCK_NUMBER
)
:
Replace
with
...
(
NOTE_BLOCK
)
:
New
macro
.
(
NOTE_BLOCK_LIVE_RANGE_BLOCK
)
:
Remove
.
*
function
.
h
(
identify_blocks
)
:
C
H
ange
prototype
.
*
function
.
h
(
identify_blocks
)
:
C
h
ange
prototype
.
*
function
.
c
(
identify_blocks
)
:
Simplify
.
(
reorder_blocks
)
:
Likewise
.
*
ggc
-
common
.
c
(
ggc_mark_rtx
)
:
Mark
the
BLOCK
associated
with
a
...
...
@@ -20,6 +20,7 @@ Wed Sep 15 15:51:52 1999 Mark Mitchell <mark@codesourcery.com>
*
stmt
.
c
(
block_vector
)
:
Remove
.
(
find_loop_tree_blocks
)
:
Simplify
.
(
unroll_block_trees
)
:
Likewise
.
*
tree
.
h
(
reorder_block
)
:
Change
prototype
.
Wed
Sep
15
14
:
39
:
35
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
...
...
gcc/tree.h
View file @
5019d7a7
...
...
@@ -2318,7 +2318,7 @@ extern void pop_temp_slots PROTO ((void));
extern
void
push_temp_slots
PROTO
((
void
));
extern
void
preserve_temp_slots
PROTO
((
struct
rtx_def
*
));
extern
int
aggregate_value_p
PROTO
((
tree
));
extern
tree
reorder_blocks
PROTO
((
tree
*
,
tree
,
extern
tree
reorder_blocks
PROTO
((
tree
,
struct
rtx_def
*
));
extern
void
free_temps_for_rtl_expr
PROTO
((
tree
));
extern
void
instantiate_virtual_regs
PROTO
((
tree
,
struct
rtx_def
*
));
...
...
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