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
4aeb3896
Commit
4aeb3896
authored
Sep 04, 2007
by
Jan Hubicka
Committed by
Jan Hubicka
Sep 04, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.
From-SVN: r128101
parent
ba6c89a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+4
-0
gcc/tree-tailcall.c
+2
-1
No files found.
gcc/ChangeLog
View file @
4aeb3896
2007-09-04 Jan Hubicka <jh@suse.cz>
2007-09-04 Jan Hubicka <jh@suse.cz>
* tree-tailcall.c (eliminate_tail_call): Expect unrenamed return value.
2007-09-04 Jan Hubicka <jh@suse.cz>
* invoke.texi (-finline-small-functions): Document.
* invoke.texi (-finline-small-functions): Document.
* ipa-inline.c (cgraph_default_inline_p): Do not use DECL_INLINE
* ipa-inline.c (cgraph_default_inline_p): Do not use DECL_INLINE
when deciding what is inlinable.
when deciding what is inlinable.
...
...
gcc/tree-tailcall.c
View file @
4aeb3896
...
@@ -800,7 +800,8 @@ eliminate_tail_call (struct tailcall *t)
...
@@ -800,7 +800,8 @@ eliminate_tail_call (struct tailcall *t)
/* Result of the call will no longer be defined. So adjust the
/* Result of the call will no longer be defined. So adjust the
SSA_NAME_DEF_STMT accordingly. */
SSA_NAME_DEF_STMT accordingly. */
SSA_NAME_DEF_STMT
(
rslt
)
=
build_empty_stmt
();
if
(
TREE_CODE
(
rslt
)
==
SSA_NAME
)
SSA_NAME_DEF_STMT
(
rslt
)
=
build_empty_stmt
();
}
}
bsi_remove
(
&
t
->
call_bsi
,
true
);
bsi_remove
(
&
t
->
call_bsi
,
true
);
...
...
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