aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsayjones.plus.com>2020-11-11 17:47:02 +0000
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-11-12 01:07:31 +0100
commitaf3512a6c585c68ba8ef2e19d4e4d8a9830679df (patch)
tree6a0be2be498695fae193843377b9ae65bbf79c30
parentd020cf332099fd18862dff6193fa633ac3957111 (diff)
downloadsparse-af3512a6c585c68ba8ef2e19d4e4d8a9830679df.tar.gz
linearize: fix a couple of 'selfcheck' warnings
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--linearize.h2
1 files changed, 2 insertions, 0 deletions
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);