diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-08 12:40:48 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:05:38 -0700 |
commit | a696ed3e5a8e21997d2e0e5a1bba86a4e606f842 (patch) | |
tree | ba02e4828fbeaec9b802bbbc8b353c07bf41a31b /linearize.h | |
parent | Make "storage" be part of the sparse library, and split out (diff) | |
download | sparse-a696ed3e5a8e21997d2e0e5a1bba86a4e606f842.tar.gz sparse-a696ed3e5a8e21997d2e0e5a1bba86a4e606f842.tar.bz2 sparse-a696ed3e5a8e21997d2e0e5a1bba86a4e606f842.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h index 6137174..b31af95 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 */ |