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
167a1354
Commit
167a1354
authored
Nov 22, 2004
by
Eric Botcazou
Committed by
Eric Botcazou
Nov 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.c (mem_min_alignment): Check MEM_ALIGN.
From-SVN: r91021
parent
4e596a09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.c
+6
-0
No files found.
gcc/ChangeLog
View file @
167a1354
2004
-
11
-
22
Eric
Botcazou
<
ebotcazou
@
libertysurf
.
fr
>
*
config
/
sparc
/
sparc
.
c
(
mem_min_alignment
):
Check
MEM_ALIGN
.
2004
-
11
-
22
David
Edelsohn
<
edelsohn
@
gnu
.
org
>
*
config
/
rs6000
/
power4
.
md
:
Remove
delay
between
dispatch
and
issue
...
...
gcc/config/sparc/sparc.c
View file @
167a1354
...
...
@@ -3983,6 +3983,12 @@ mem_min_alignment (rtx mem, int desired)
if
(
GET_CODE
(
mem
)
!=
MEM
)
return
0
;
/* Obviously... */
if
(
MEM_ALIGN
(
mem
)
/
BITS_PER_UNIT
>=
(
unsigned
)
desired
)
return
1
;
/* ??? The rest of the function predates MEM_ALIGN so
there is probably a bit of redundancy. */
addr
=
XEXP
(
mem
,
0
);
base
=
offset
=
NULL_RTX
;
if
(
GET_CODE
(
addr
)
==
PLUS
)
...
...
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