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
f2f49259
Commit
f2f49259
authored
Feb 13, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mark_loop_jump): Remove bogus assignments to LABEL_ fields in default
case. From-SVN: r8921
parent
c694e02f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
gcc/loop.c
+2
-6
No files found.
gcc/loop.c
View file @
f2f49259
/* Move constant computations out of loops.
Copyright (C) 1987, 88, 89, 91
, 92, 93, 1994
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 91
-4, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -2568,11 +2568,7 @@ mark_loop_jump (x, loop_num)
as a branch out of this loop, but not into any loop. */
if
(
loop_num
!=
-
1
)
{
LABEL_OUTSIDE_LOOP_P
(
x
)
=
1
;
LABEL_NEXTREF
(
x
)
=
loop_number_exit_labels
[
loop_num
];
loop_number_exit_labels
[
loop_num
]
=
x
;
}
loop_number_exit_labels
[
loop_num
]
=
x
;
return
;
}
...
...
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