summaryrefslogtreecommitdiffstats
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-21 12:36:16 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-21 12:36:16 +0000
commit2d6d806fa4587581181aa7deef09be200308a605 (patch)
treed1689c5a5967d2d16273546d2a091698dcff77ab /gcc/calls.c
parent1a035bcc7b9696f014a524d1ba3150bce3ebb754 (diff)
downloadppe42-gcc-2d6d806fa4587581181aa7deef09be200308a605.tar.gz
ppe42-gcc-2d6d806fa4587581181aa7deef09be200308a605.zip
PR rtl-optimization/44194
* calls.c (expand_call): Allow sibling calls in the PARALLEL case. git-svn-id: svn+ssh://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)
OpenPOWER on IntegriCloud