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
305da3ec
Commit
305da3ec
authored
Apr 13, 2008
by
Jan Hubicka
Committed by
Jan Hubicka
Apr 13, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m32.c (m32c_pushm_popm): Use crtl->retrun_rtx.
From-SVN: r134240
parent
298ac1dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/m32c/m32c.c
+3
-3
No files found.
gcc/ChangeLog
View file @
305da3ec
2008-04-13 Jan Hubicka <jh@suse.cz>
* m32.c (m32c_pushm_popm): Use crtl->retrun_rtx.
2008-04-12 Andrew Pinski <pinskia@gmail.com>
* config/rs6000/rs6000.c (compute_save_world_info): Set lr_save_p if
...
...
gcc/config/m32c/m32c.c
View file @
305da3ec
...
...
@@ -1281,11 +1281,11 @@ m32c_pushm_popm (Push_Pop_Type ppt)
int
n_dwarfs
=
0
;
int
nosave_mask
=
0
;
if
(
c
fun
->
return_rtx
&&
GET_CODE
(
c
fun
->
return_rtx
)
==
PARALLEL
if
(
c
rtl
->
return_rtx
&&
GET_CODE
(
c
rtl
->
return_rtx
)
==
PARALLEL
&&
!
(
cfun
->
calls_eh_return
||
cfun
->
machine
->
is_interrupt
))
{
rtx
exp
=
XVECEXP
(
c
fun
->
return_rtx
,
0
,
0
);
rtx
exp
=
XVECEXP
(
c
rtl
->
return_rtx
,
0
,
0
);
rtx
rv
=
XEXP
(
exp
,
0
);
int
rv_bytes
=
GET_MODE_SIZE
(
GET_MODE
(
rv
));
...
...
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