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
6aa52a58
Commit
6aa52a58
authored
May 07, 2012
by
Georg-Johann Lay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/avr/avr.c: Adjust indentation.
From-SVN: r187254
parent
f7d6bc01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/config/avr/avr.c
+7
-7
No files found.
gcc/config/avr/avr.c
View file @
6aa52a58
...
...
@@ -867,7 +867,7 @@ avr_prologue_setup_frame (HOST_WIDE_INT size, HARD_REG_SET set)
?
frame_pointer_rtx
:
stack_pointer_rtx
),
plus_constant
(
Pmode
,
stack_pointer_rtx
,
-
(
size
+
live_seq
))));
-
(
size
+
live_seq
))));
/* Note that live_seq always contains r28+r29, but the other
registers to be saved are all below 18. */
...
...
@@ -881,7 +881,7 @@ avr_prologue_setup_frame (HOST_WIDE_INT size, HARD_REG_SET set)
rtx
m
,
r
;
m
=
gen_rtx_MEM
(
QImode
,
plus_constant
(
Pmode
,
stack_pointer_rtx
,
offset
));
offset
));
r
=
gen_rtx_REG
(
QImode
,
reg
);
add_reg_note
(
insn
,
REG_CFA_OFFSET
,
gen_rtx_SET
(
VOIDmode
,
m
,
r
));
}
...
...
@@ -1003,7 +1003,7 @@ avr_prologue_setup_frame (HOST_WIDE_INT size, HARD_REG_SET set)
add_reg_note
(
insn
,
REG_CFA_ADJUST_CFA
,
gen_rtx_SET
(
VOIDmode
,
fp
,
plus_constant
(
Pmode
,
fp
,
-
size_cfa
)));
-
size_cfa
)));
}
/* Copy to stack pointer. Note that since we've already
...
...
@@ -1031,8 +1031,8 @@ avr_prologue_setup_frame (HOST_WIDE_INT size, HARD_REG_SET set)
add_reg_note
(
insn
,
REG_CFA_ADJUST_CFA
,
gen_rtx_SET
(
VOIDmode
,
stack_pointer_rtx
,
plus_constant
(
Pmode
,
stack_pointer_rtx
,
-
size_cfa
)));
stack_pointer_rtx
,
-
size_cfa
)));
}
fp_plus_insns
=
get_insns
();
...
...
@@ -1051,13 +1051,13 @@ avr_prologue_setup_frame (HOST_WIDE_INT size, HARD_REG_SET set)
insn
=
emit_move_insn
(
stack_pointer_rtx
,
plus_constant
(
Pmode
,
stack_pointer_rtx
,
-
size
));
-
size
));
RTX_FRAME_RELATED_P
(
insn
)
=
1
;
add_reg_note
(
insn
,
REG_CFA_ADJUST_CFA
,
gen_rtx_SET
(
VOIDmode
,
stack_pointer_rtx
,
plus_constant
(
Pmode
,
stack_pointer_rtx
,
-
size_cfa
)));
-
size_cfa
)));
if
(
frame_pointer_needed
)
{
insn
=
emit_move_insn
(
fp
,
stack_pointer_rtx
);
...
...
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