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
77043c7c
Commit
77043c7c
authored
Sep 08, 2002
by
Roger Sayle
Committed by
Roger Sayle
Sep 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* basic-block.h (struct loop): Remove unused cont_dominator field.
From-SVN: r56935
parent
5dd78220
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/basic-block.h
+0
-3
No files found.
gcc/ChangeLog
View file @
77043c7c
2002
-
09
-
07
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
basic
-
block
.
h
(
struct
loop
)
:
Remove
unused
cont_dominator
field
.
2002
-
09
-
07
Igor
Shevlyakov
<
igor
@microunity
.
com
>
*
varasm
.
c
(
decode_rtx_const
)
:
Don
'
t
check
undefined
field
for
...
...
gcc/basic-block.h
View file @
77043c7c
...
...
@@ -451,9 +451,6 @@ struct loop
A continue statement will generate a branch to NEXT_INSN (cont). */
rtx
cont
;
/* The dominator of cont. */
rtx
cont_dominator
;
/* The NOTE_INSN_LOOP_BEG. */
rtx
start
;
...
...
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