aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-08 12:40:48 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:05:38 -0700
commita696ed3e5a8e21997d2e0e5a1bba86a4e606f842 (patch)
treeba02e4828fbeaec9b802bbbc8b353c07bf41a31b /linearize.h
parentfd5de508cae29bb482513829a64d38e42e8b806e (diff)
downloadsparse-dev-a696ed3e5a8e21997d2e0e5a1bba86a4e606f842.tar.gz
Expose "show_instruction()" for debugging.
We already did this, we just didn't have a visible prototype.
Diffstat (limited to 'linearize.h')
-rw-r--r--linearize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h
index 61371741..b31af953 100644
--- a/linearize.h
+++ b/linearize.h
@@ -280,6 +280,7 @@ struct entrypoint *linearize_symbol(struct symbol *sym);
void show_entry(struct entrypoint *ep);
const char *show_pseudo(pseudo_t pseudo);
void show_bb(struct basic_block *bb);
+void show_instruction(struct instruction *insn);
#endif /* LINEARIZE_H */