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
4f9e0766
Commit
4f9e0766
authored
May 28, 2000
by
Geoff Keating
Committed by
Geoffrey Keating
May 28, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload.c (get_secondary_mem): Don't widen floating-point modes.
From-SVN: r34218
parent
ed8afe3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/reload.c
+1
-1
No files found.
gcc/ChangeLog
View file @
4f9e0766
2000
-
05
-
27
Geoff
Keating
<
geoffk
@cygnus
.
com
>
2000
-
05
-
27
Geoff
Keating
<
geoffk
@cygnus
.
com
>
*
reload
.
c
(
get_secondary_mem
)
:
Don
'
t
widen
floating
-
point
modes
.
*
combine
.
c
(
subst
)
:
Honour
CLASS_CANNOT_CHANGE_SIZE
when
*
combine
.
c
(
subst
)
:
Honour
CLASS_CANNOT_CHANGE_SIZE
when
substituting
the
REG
in
a
(
subreg
:
X
(
reg
:
Y
...)).
substituting
the
REG
in
a
(
subreg
:
X
(
reg
:
Y
...)).
gcc/reload.c
View file @
4f9e0766
...
@@ -587,7 +587,7 @@ get_secondary_mem (x, mode, opnum, type)
...
@@ -587,7 +587,7 @@ get_secondary_mem (x, mode, opnum, type)
#ifdef SECONDARY_MEMORY_NEEDED_MODE
#ifdef SECONDARY_MEMORY_NEEDED_MODE
mode
=
SECONDARY_MEMORY_NEEDED_MODE
(
mode
);
mode
=
SECONDARY_MEMORY_NEEDED_MODE
(
mode
);
#else
#else
if
(
GET_MODE_BITSIZE
(
mode
)
<
BITS_PER_WORD
)
if
(
GET_MODE_BITSIZE
(
mode
)
<
BITS_PER_WORD
&&
INTEGRAL_MODE_P
(
mode
)
)
mode
=
mode_for_size
(
BITS_PER_WORD
,
GET_MODE_CLASS
(
mode
),
0
);
mode
=
mode_for_size
(
BITS_PER_WORD
,
GET_MODE_CLASS
(
mode
),
0
);
#endif
#endif
...
...
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