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
f10aac29
Commit
f10aac29
authored
Oct 02, 2002
by
Roger Sayle
Committed by
Roger Sayle
Oct 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unroll.c (loop_iterations): Revert 2002-09-08 change.
From-SVN: r57720
parent
69bd00e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/unroll.c
+1
-1
No files found.
gcc/ChangeLog
View file @
f10aac29
2002
-
10
-
01
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
unroll
.
c
(
loop_iterations
)
:
Revert
2002
-
09
-
08
change
.
2002
-
10
-
01
Richard
Henderson
<
rth
@redhat
.
com
>
2002
-
10
-
01
Richard
Henderson
<
rth
@redhat
.
com
>
*
real
.
c
(
real_to_decimal
)
:
Crop
trailing
zeros
for
DIGITS
<
0
.
*
real
.
c
(
real_to_decimal
)
:
Crop
trailing
zeros
for
DIGITS
<
0
.
...
...
gcc/unroll.c
View file @
f10aac29
...
@@ -3309,7 +3309,7 @@ loop_iterations (loop)
...
@@ -3309,7 +3309,7 @@ loop_iterations (loop)
accidentally get the branch for a contained loop if the branch for this
accidentally get the branch for a contained loop if the branch for this
loop was deleted. We can only trust branches immediately before the
loop was deleted. We can only trust branches immediately before the
loop_end. */
loop_end. */
last_loop_insn
=
prev_nonnote_insn
(
loop
->
end
);
last_loop_insn
=
PREV_INSN
(
loop
->
end
);
/* ??? We should probably try harder to find the jump insn
/* ??? We should probably try harder to find the jump insn
at the end of the loop. The following code assumes that
at the end of the loop. The following code assumes that
...
...
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