summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-01-26 22:32:19 -0500
committerBen Gamari <ben@smart-cactus.org>2022-01-29 14:52:56 -0500
commitea2a403451caa15beca77af42fe0c34e7f1d7dc4 (patch)
tree48002eb2a8fa1da9ac2c555fd76e83e2db642701 /docs
parent88fea6aaecc8818d370d2e6952df6549484eb108 (diff)
downloadhaskell-ea2a403451caa15beca77af42fe0c34e7f1d7dc4.tar.gz
CmmToAsm: Drop ncgExpandTop
This was only needed for SPARC's synthetic instructions.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/debugging.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index cc96dbc775..30f31a64ef 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -666,12 +666,6 @@ assembler.
Dump statistics from the register allocator.
-.. ghc-flag:: -ddump-asm-expanded
- :shortdesc: Dump the result of the synthetic instruction expansion pass.
- :type: dynamic
-
- Dump the result of the synthetic instruction expansion pass.
-
.. ghc-flag:: -ddump-asm
:shortdesc: Dump final assembly
:type: dynamic