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
337f35bb
Commit
337f35bb
authored
Sep 27, 2003
by
Graham Stott
Committed by
Graham Stott
Sep 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unroll.c(loop_interations)[GT]: Add missing break.
From-SVN: r71854
parent
d485d933
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/unroll.c
+1
-0
No files found.
gcc/ChangeLog
View file @
337f35bb
2003-09-27 Graham Stott <graham.stott@btinternet.com>
* unroll.c (loop_interations)[GT]: Add missing break.
2003-09-27 Kelley Cook <kcook@gcc.gnu.org>
* config/chorus.h, config/darwin-c.c, config/darwin-protos.h,
...
...
gcc/unroll.c
View file @
337f35bb
...
...
@@ -3538,6 +3538,7 @@ loop_iterations (struct loop *loop)
unsigned_p
=
1
;
case
GT
:
compare_dir
=
-
1
;
break
;
case
NE
:
compare_dir
=
0
;
break
;
...
...
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