Commit 6f025043 by Ilya Enkovich Committed by Ilya Enkovich

ipa-cp (set_single_call_flag): Remove too restrictive assert.

	* ipa-cp (set_single_call_flag): Remove too
	restrictive assert.

From-SVN: r221880
parent a51df54e
2015-04-06 Ilya Enkovich <ilya.enkovich@intel.com>
* ipa-cp (set_single_call_flag): Remove too
restrictive assert.
2015-04-06 Ilya Verbin <ilya.verbin@intel.com>
* config/i386/intelmic-mkoffload.c (generate_host_descr_file): Call
......
......@@ -839,7 +839,6 @@ set_single_call_flag (cgraph_node *node, void *)
cs = cs->next_caller;
if (cs)
{
gcc_assert (!cs->next_caller);
IPA_NODE_REF (cs->caller)->node_calling_single_call = true;
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment