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
e0945432
Commit
e0945432
authored
Jun 01, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jun 01, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
From-SVN: r67312
parent
fd66c4e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
gcc/ChangeLog
+2
-0
gcc/loop.c
+0
-4
No files found.
gcc/ChangeLog
View file @
e0945432
2003-06-01 Andreas Jaeger <aj@suse.de>
* loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
* config/d30v/d30v.h: Remove text copied from the manual.
2003-06-01 Roger Sayle <roger@eyesopen.com>
...
...
gcc/loop.c
View file @
e0945432
...
...
@@ -5578,14 +5578,10 @@ check_insn_for_givs (loop, p, not_every_iteration, maybe_multiple)
}
}
#ifndef DONT_REDUCE_ADDR
/* Look for givs which are memory addresses. */
/* This resulted in worse code on a VAX 8600. I wonder if it
still does. */
if
(
GET_CODE
(
p
)
==
INSN
)
find_mem_givs
(
loop
,
PATTERN
(
p
),
p
,
not_every_iteration
,
maybe_multiple
);
#endif
/* Update the status of whether giv can derive other givs. This can
change when we pass a label or an insn that updates a biv. */
...
...
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