summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2020-02-16 10:37:34 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2020-02-16 10:38:41 +0300
commit9e851472e59950c9d7ada3224a5bf317c0a9dc1a (patch)
tree7bdd5dd72024e93d845b0b3035c91d23b016650e
parent785008c1235bd77ddb4d13f57f92b249752d8ea5 (diff)
downloadhaskell-9e851472e59950c9d7ada3224a5bf317c0a9dc1a.tar.gz
Revert "users-guide: Document -ddump-srts"
This reverts commit 8cf646d36b02b8ea1c289cb52781c9171853b514. The flag was removed by 16d643cf. [ci skip]
-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 e1455bd456..82d10e6e99 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -521,12 +521,6 @@ These flags dump various phases of GHC's C-\\- pipeline.
Each CFG is dumped in dot format graph making it easy
to visualize them.
-.. ghc-flag:: -ddump-srts
- :shortdesc: Dump the Static Reference Tables computed for the program's bindings.
- :type: dynamic
-
- Dumps the static reference tables computed for CAFfy bindings.
-
LLVM code generator
~~~~~~~~~~~~~~~~~~~~~~