projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
912c428
)
(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.
author
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 9 Feb 1996 14:11:14 +0000
(09:11 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Fri, 9 Feb 1996 14:11:14 +0000
(09:11 -0500)
From-SVN: r11183
gcc/calls.c
patch
|
blob
|
history
diff --git
a/gcc/calls.c
b/gcc/calls.c
index 073a23c2b234156a0e0c837fedcfdd1e791b55d5..03442793ac8fbd2c31004e75c6fc52392015da0c 100644
(file)
--- a/
gcc/calls.c
+++ b/
gcc/calls.c
@@
-607,7
+607,8
@@
expand_call (exp, target, ignore)
if (!flag_no_inline
&& fndecl != current_function_decl
&& DECL_INLINE (fndecl)
- && DECL_SAVED_INSNS (fndecl))
+ && DECL_SAVED_INSNS (fndecl)
+ && RTX_INTEGRATED_P (DECL_SAVED_INSNS (fndecl)))
is_integrable = 1;
else if (! TREE_ADDRESSABLE (fndecl))
{