From 27e5889875392ab031d86745e2259c7ff135309e Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Sat, 2 Sep 2017 08:49:11 +0200 Subject: graph: add debugging for (reverse) postorder traversal Just use the flag '-vpostorder' to dump the links once calculated. Signed-off-by: Luc Van Oostenryck --- Documentation/dev-options.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') 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. -- cgit 1.2.3-korg