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
2fb5435a
Commit
2fb5435a
authored
Oct 19, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix dumb thinko.
From-SVN: r23181
parent
51d87cd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/loop.c
+3
-3
No files found.
gcc/loop.c
View file @
2fb5435a
...
...
@@ -840,9 +840,9 @@ scan_loop (loop_start, end, unroll_p, bct_p)
else
if
(
/* The set is not guaranteed to be executed one
the loop starts, or the value before the set is
needed before the set occurs... */
&&
(
maybe_never
||
loop_reg_used_before_p
(
set
,
p
,
loop_start
,
scan_start
,
end
))
(
maybe_never
||
loop_reg_used_before_p
(
set
,
p
,
loop_start
,
scan_start
,
end
))
/* And the register is used in basic blocks other
than the one where it is set (meaning that
something after this point in the loop might
...
...
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