aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-02 18:15:45 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:05:27 -0700
commita2fcb6ce7391419d92e62b388a9af16bb2d4a5e1 (patch)
treeb0ae3a36ff50e669a82567898f27d6b5cbfbe5a9 /linearize.h
parentTrack argument pseudo lifetimes too. (diff)
downloadsparse-a2fcb6ce7391419d92e62b388a9af16bb2d4a5e1.tar.gz
sparse-a2fcb6ce7391419d92e62b388a9af16bb2d4a5e1.tar.bz2
sparse-a2fcb6ce7391419d92e62b388a9af16bb2d4a5e1.zip
Expose "show_pseudo()" to the world.
We want to use it in almost any debugging schenario, so why not just admit that.
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 506139a..d67de8d 100644
--- a/linearize.h
+++ b/linearize.h
@@ -264,6 +264,7 @@ pseudo_t value_pseudo(long long val);
struct entrypoint *linearize_symbol(struct symbol *sym);
void show_entry(struct entrypoint *ep);
+const char *show_pseudo(pseudo_t pseudo);
#endif /* LINEARIZE_H */