* ipa-utils.c (estimate_function_body_sizes): Do not
free node params when called late with early=true.
From-SVN: r219444
+2015-01-11 Jan Hubicka <hubicka@ucw.cz>
+
+ * ipa-utils.c (estimate_function_body_sizes): Do not
+ free node params when called late with early=true.
+
2015-01-11 James Greenhalgh <james.greenhalgh@arm.com>
* doc/md.texi (Instruction Patterns): Rewrite text for
gcc_assert (!*slot);
*slot = state;
}
- src->get_body ();
- dst->get_body ();
+ src->get_untransformed_body ();
+ dst->get_untransformed_body ();
srccfun = DECL_STRUCT_FUNCTION (src->decl);
dstcfun = DECL_STRUCT_FUNCTION (dst->decl);
if (n_basic_blocks_for_fn (srccfun)