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
ab59db3c
Commit
ab59db3c
authored
Aug 05, 2001
by
Bernd Schmidt
Committed by
Bernd Schmidt
Aug 05, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not all VALUEs are identical
From-SVN: r44645
parent
b05ecb16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-1
gcc/alias.c
+3
-0
No files found.
gcc/ChangeLog
View file @
ab59db3c
2001
-
08
-
05
Bernd
Schmidt
<
bernds
@redhat
.
com
>
*
doloop
.
c
(
doloop_modify_runtime
)
:
Properly
compute
number
of
*
doloop
.
c
(
doloop_modify_runtime
)
:
Properly
compute
number
of
iterations
if
loop
was
unrolled
.
*
alias
.
c
(
rtx_equal_for_memref_p
)
:
VALUEs
are
only
identical
if
their
CSELIB_VAL_PTRs
are
.
2001
-
08
-
04
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
config
/
sh
/
sh
.
c
(
sh_asm_named_section
)
:
Fix
typo
in
align
...
...
gcc/alias.c
View file @
ab59db3c
...
...
@@ -1032,6 +1032,9 @@ rtx_equal_for_memref_p (x, y)
/* Some RTL can be compared without a recursive examination. */
switch
(
code
)
{
case
VALUE
:
return
CSELIB_VAL_PTR
(
x
)
==
CSELIB_VAL_PTR
(
y
);
case
REG
:
return
REGNO
(
x
)
==
REGNO
(
y
);
...
...
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