aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-09-02 08:49:11 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2018-07-01 00:18:44 +0200
commit27e5889875392ab031d86745e2259c7ff135309e (patch)
tree741101bae16cf1b8eedadeb20633ebe31a736ac4 /Documentation
parent8cc064e5c87bdebbdf6528cf77dd4a4ad6161fa2 (diff)
downloadsparse-dev-27e5889875392ab031d86745e2259c7ff135309e.tar.gz
graph: add debugging for (reverse) postorder traversal
Just use the flag '-vpostorder' to dump the links once calculated. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dev-options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/dev-options.rst b/Documentation/dev-options.rst
index bf2d49a7..f6bfa79f 100644
--- a/Documentation/dev-options.rst
+++ b/Documentation/dev-options.rst
@@ -47,3 +47,7 @@ OPTIONS
.. option:: -ventry
Dump the IR after all optimization passes.
+
+.. option:: -vpostorder
+
+ Dump the reverse postorder traversal of the CFG.