From 21b7057e958551fb6bf8c832491345c4f6e7f44f Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 16 Oct 2017 17:54:38 -0400 Subject: users-guide: Clarify -ddump-asm-regalloc-stages documentation [skip ci] --- docs/users_guide/debugging.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst index d33c8b426a..52abd74f25 100644 --- a/docs/users_guide/debugging.rst +++ b/docs/users_guide/debugging.rst @@ -477,10 +477,12 @@ assembler. Dump the result of the register allocation pass. .. ghc-flag:: -ddump-asm-regalloc-stages - :shortdesc: Dump the build/spill stages of the register allocator. + :shortdesc: Dump the build/spill stages of the :ghc-flag:`-fregs-graph` + register allocator. :type: dynamic - Dump the build/spill stages of the register allocator. + Dump the build/spill stages of the :ghc-flag:`-fregs-graph` register + allocator. .. ghc-flag:: -ddump-asm-stats :shortdesc: Dump statistics from the register allocator. -- cgit v1.2.1