On Wed, Jan 11, 2017 at 11:31 AM, Koval, Julia <[email protected]> wrote:
> Ok. I fixed the enum formatting and the enums remain internal.
@@ -7023,7 +7029,6 @@ ix86_can_inline_p (tree caller, tree callee)
bool ret = false;
tree caller_tree = DECL_FUNCTION_SPECIFIC_TARGET (caller);
tree callee_tree = DECL_FUNCTION_SPECIFIC_TARGET (callee);
-
/* If callee has no option attributes, then it is ok to inline. */
if (!callee_tree)
ret = true;
No need for the above whitespace change.
OK for mainline with the above part reverted.
Thanks,
Uros.