* cgraphunit.c (cgraph_node::expand_thunk): Don't expand
instrumentation thunks.
From-SVN: r221852
+2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
+
+ * cgraphunit.c (cgraph_node::expand_thunk): Don't expand
+ instrumentation thunks.
+
2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com>
* config/i386/i386.c (ix86_expand_call): Avoid nested
tree thunk_fndecl = decl;
tree a;
+ /* Instrumentation thunk is the same function with
+ a different signature. Never need to expand it. */
+ if (thunk.add_pointer_bounds_args)
+ return false;
if (!force_gimple_thunk && this_adjusting
&& targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset,