Commit 067a1e71 by Andreas Krebbel Committed by Andreas Krebbel

ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as well.

2013-04-12  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as
	well.

From-SVN: r197839
parent b056c910
2013-04-12 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* ifcvt.c (end_ifcvt_sequence): Mark a and b for unsharing as
well.
2013-04-11 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
* config/aarch64/aarch64.c (aarch64_select_cc_mode): Allow NEG
......
......@@ -964,6 +964,8 @@ end_ifcvt_sequence (struct noce_if_info *if_info)
set_used_flags (if_info->x);
set_used_flags (if_info->cond);
set_used_flags (if_info->a);
set_used_flags (if_info->b);
unshare_all_rtl_in_chain (seq);
end_sequence ();
......
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