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
c31e0b8b
Commit
c31e0b8b
authored
Nov 23, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(output_inline_function): Pass new arg to expand_function_end.
From-SVN: r6139
parent
e748c6bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/integrate.c
+1
-1
No files found.
gcc/integrate.c
View file @
c31e0b8b
...
...
@@ -2980,7 +2980,7 @@ output_inline_function (fndecl)
/* There is no need to output a return label again. */
return_label
=
0
;
expand_function_end
(
DECL_SOURCE_FILE
(
fndecl
),
DECL_SOURCE_LINE
(
fndecl
));
expand_function_end
(
DECL_SOURCE_FILE
(
fndecl
),
DECL_SOURCE_LINE
(
fndecl
)
,
0
);
/* 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