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
047cd3df
Commit
047cd3df
authored
Nov 13, 2001
by
Richard Kenner
Committed by
Richard Kenner
Nov 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* emit-rtl.c (change_address): Fix typo in alias setting.
From-SVN: r46979
parent
6780be72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/emit-rtl.c
+1
-2
No files found.
gcc/ChangeLog
View file @
047cd3df
Tue
Nov
13
05
:
45
:
40
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
emit
-
rtl
.
c
(
change_address
)
:
Fix
typo
in
alias
setting
.
2001
-
11
-
13
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
Makefile
.
in
(
cfgcleanup
.
o
)
:
Depend
on
insn
-
config
.
h
...
...
gcc/emit-rtl.c
View file @
047cd3df
...
...
@@ -1862,8 +1862,7 @@ change_address (memref, mode, addr)
MEM_ATTRS
(
new
)
=
get_mem_attrs
(
MEM_ALIAS_SET
(
memref
),
0
,
0
,
mmode
==
BLKmode
?
0
:
GEN_INT
(
GET_MODE_SIZE
(
mmode
)),
(
mmode
==
BLKmode
?
1
:
GET_MODE_ALIGNMENT
(
mmode
)
/
BITS_PER_UNIT
),
mmode
==
BLKmode
?
1
:
GET_MODE_ALIGNMENT
(
mmode
),
mmode
);
return
new
;
...
...
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