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
d3236b4d
Commit
d3236b4d
authored
Dec 09, 2000
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some psurious whitespace
From-SVN: r38161
parent
8e56560e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/arm/arm.c
+4
-4
No files found.
gcc/config/arm/arm.c
View file @
d3236b4d
...
...
@@ -7676,7 +7676,7 @@ arm_expand_prologue ()
unsigned
long
live_regs_mask
;
unsigned
long
func_type
;
int
fp_offset
=
0
;
func_type
=
arm_current_func_type
();
/* Naked functions don't have prologues. */
...
...
@@ -7687,7 +7687,7 @@ arm_expand_prologue ()
live_regs_mask
=
arm_compute_save_reg_mask
();
ip_rtx
=
gen_rtx_REG
(
SImode
,
IP_REGNUM
);
if
(
frame_pointer_needed
)
{
if
(
IS_NESTED
(
func_type
))
...
...
@@ -7709,12 +7709,12 @@ arm_expand_prologue ()
to be fixed sometime, but until then the flag is suppressed.
[Use gcc/testsuite/gcc.c-torture/execute/921215-1.c with
"-O3 -g" to test this]. */
if
(
regs_ever_live
[
3
]
==
0
)
{
insn
=
gen_rtx_REG
(
SImode
,
3
);
insn
=
gen_rtx_SET
(
SImode
,
insn
,
ip_rtx
);
insn
=
emit_insn
(
insn
);
insn
=
emit_insn
(
insn
);
/* RTX_FRAME_RELATED_P (insn) = 1; */
}
else
if
(
current_function_pretend_args_size
==
0
)
...
...
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