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
f5b647ab
Commit
f5b647ab
authored
Feb 12, 2000
by
Michael Hayes
Committed by
Michael Hayes
Feb 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
From-SVN: r31947
parent
dd168666
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+4
-0
gcc/basic-block.h
+0
-2
No files found.
gcc/ChangeLog
View file @
f5b647ab
2000
-
02
-
12
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
basic
-
block
.
h
(
FLOW_LOOP_FIRST_BLOCK
,
FLOW_LOOP_LAST_BLOCK
)
:
Delete
.
2000
-
02
-
12
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
crtstuff
.
c
(
__do_global_ctors_aux
,
__reg_frame_ctor
,
...
...
gcc/basic-block.h
View file @
f5b647ab
...
...
@@ -330,8 +330,6 @@ struct loop
int
exit_count
;
};
#define FLOW_LOOP_FIRST_BLOCK(loop) sbitmap_first_set_bit ((loop).nodes)
#define FLOW_LOOP_LAST_BLOCK(loop) sbitmap_last_set_bit ((loop).nodes)
/* Structure to hold CFG information about natural loops within a function. */
struct
loops
...
...
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