aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-10-21 12:36:16 +0000
committerEric Botcazou <ebotcazou@adacore.com>2012-10-21 12:36:16 +0000
commitaa366827b571b2deec9544580058fc55f9d804b5 (patch)
treed1689c5a5967d2d16273546d2a091698dcff77ab /gcc/calls.c
parent3e6861080976a0185d1721760b6ba75060932d7f (diff)
PR rtl-optimization/44194
* calls.c (expand_call): Allow sibling calls in the PARALLEL case. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 64e4b09870c..01706c3e79a 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -3277,9 +3277,6 @@ expand_call (tree exp, rtx target, int ignore)
else
emit_group_store (target, valreg, rettype,
int_size_in_bytes (rettype));
-
- /* We can not support sibling calls for this case. */
- sibcall_failure = 1;
}
else if (target
&& GET_MODE (target) == TYPE_MODE (rettype)