Commit 8e5f0b49 by Bernd Schmidt Committed by Bernd Schmidt

re PR bootstrap/43858 (Bootstrap failure for powerpc-apple-darwin9: cannot…

re PR bootstrap/43858 (Bootstrap failure for powerpc-apple-darwin9: cannot compute suffix of object files)

	From Dominique d'Humieres <dominiq@lps.ens.fr>
	PR bootstrap/43858
	* ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
	test_set.

From-SVN: r158898
parent f3d1b157
2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
From Dominique d'Humieres <dominiq@lps.ens.fr>
PR bootstrap/43858
* ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
test_set.
2010-04-29 Brian Hackett <bhackett1024@gmail.com>
* plugin.h (invoke_plugin_callbacks): New inline function.
......
......@@ -4083,7 +4083,7 @@ dead_or_predicable (basic_block test_bb, basic_block merge_bb,
{
if (INSN_P (insn))
{
df_simulate_find_noclobber_defs (insn, test_set);
df_simulate_find_defs (insn, test_set);
df_simulate_one_insn_backwards (test_bb, insn, test_live);
}
prev = PREV_INSN (insn);
......
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