On Wed, Nov 11, 2020 at 05:47:02PM +0000, Ramsay Jones wrote: Thank you. How can I have forgotten these? -- Luc > Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> > --- > linearize.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/linearize.h b/linearize.h > index 77ae7c9a..31c754e2 100644 > --- a/linearize.h > +++ b/linearize.h > @@ -326,8 +326,10 @@ pseudo_t undef_pseudo(void); > struct entrypoint *linearize_symbol(struct symbol *sym); > int unssa(struct entrypoint *ep); > void show_entry(struct entrypoint *ep); > +void show_insn_entry(struct instruction *insn); > const char *show_pseudo(pseudo_t pseudo); > void show_bb(struct basic_block *bb); > +void show_insn_bb(struct instruction *insn); > const char *show_instruction(struct instruction *insn); > const char *show_label(struct basic_block *bb); > > -- > 2.29.0