Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- linearize.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linearize.c b/linearize.c index 212a5feaf..498c06da1 100644 --- a/linearize.c +++ b/linearize.c @@ -2234,6 +2234,8 @@ static struct entrypoint *linearize_fn(struct symbol *sym, struct symbol *base_t */ if (fpasses & PASS_MEM2REG) simplify_symbol_usage(ep); + if (fdump_ir & PASS_MEM2REG) + show_entry(ep); if (optimize == 0) return ep; -- 2.14.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html