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
354d687f
Commit
354d687f
authored
May 31, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(output_inline_function): Don't call expand_function_end.
From-SVN: r9852
parent
f991a240
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
gcc/integrate.c
+3
-4
No files found.
gcc/integrate.c
View file @
354d687f
...
...
@@ -3037,10 +3037,9 @@ output_inline_function (fndecl)
current_function_outgoing_args_size
=
OUTGOING_ARGS_SIZE
(
head
);
current_function_pops_args
=
POPS_ARGS
(
head
);
/* There is no need to output a return label again. */
return_label
=
0
;
expand_function_end
(
DECL_SOURCE_FILE
(
fndecl
),
DECL_SOURCE_LINE
(
fndecl
),
0
);
/* This is the only thing the expand_function_end call that uses to be here
actually does and that call can cause problems. */
immediate_size_expand
--
;
/* Find last insn and rebuild the constant pool. */
for
(
last
=
FIRST_PARM_INSN
(
head
);
...
...
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