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
8465edcc
Commit
8465edcc
authored
Mar 31, 2004
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c (put_var_into_stack): Properly set orig_reg for indirect.
From-SVN: r80254
parent
efdc5d91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/function.c
+1
-1
No files found.
gcc/ChangeLog
View file @
8465edcc
2004-03-21 Andrew Pinski <pinskia@physics.uc.edu>
2004-03-31 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* function.c (put_var_into_stack): Properly set orig_reg for indirect.
2004-03-31 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
Add darwin-fpsave.asm, darwin-vecsave.asm,
...
...
gcc/function.c
View file @
8465edcc
...
...
@@ -1333,7 +1333,7 @@ put_var_into_stack (tree decl, int rescan)
&&
GET_CODE
(
XEXP
(
reg
,
0
))
==
REG
&&
REGNO
(
XEXP
(
reg
,
0
))
>
LAST_VIRTUAL_REGISTER
)
{
reg
=
XEXP
(
reg
,
0
);
orig_reg
=
reg
=
XEXP
(
reg
,
0
);
decl_mode
=
promoted_mode
=
GET_MODE
(
reg
);
}
...
...
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