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
28353b16
Commit
28353b16
authored
25 years ago
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reflect renaming of invariant_p to loop_invariant_p in comment.
From-SVN: r31644
parent
01b9e84e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/loop.c
+3
-2
No files found.
gcc/loop.c
View file @
28353b16
...
...
@@ -927,8 +927,9 @@ scan_loop (loop, unroll_p, bct_p)
m
->
is_equiv
=
(
find_reg_note
(
p
,
REG_EQUIV
,
NULL_RTX
)
!=
0
);
m
->
savemode
=
VOIDmode
;
m
->
regno
=
regno
;
/* Set M->cond if either invariant_p or consec_sets_invariant_p
returned 2 (only conditionally invariant). */
/* Set M->cond if either loop_invariant_p
or consec_sets_invariant_p returned 2
(only conditionally invariant). */
m
->
cond
=
((
tem
|
tem1
|
tem2
)
>
1
);
m
->
global
=
(
uid_luid
[
REGNO_LAST_UID
(
regno
)]
>
INSN_LUID
(
loop_end
)
...
...
This diff is collapsed.
Click to expand it.
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