summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-16 17:54:38 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-16 17:54:38 -0400
commit21b7057e958551fb6bf8c832491345c4f6e7f44f (patch)
treeb34879c661a9f00e9fbf7630c780299ee69f6de6
parentaa982685f23b1c723802ec4d574c23950b7d1a50 (diff)
downloadhaskell-21b7057e958551fb6bf8c832491345c4f6e7f44f.tar.gz
users-guide: Clarify -ddump-asm-regalloc-stages documentation
[skip ci]
-rw-r--r--docs/users_guide/debugging.rst6
1 files 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.