summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorman Ramsey <Norman.Ramsey@tweag.io>2022-08-01 14:09:08 -0400
committerNorman Ramsey <Norman.Ramsey@tweag.io>2022-08-01 15:51:10 -0400
commit174f1aead4858833d7d4fa9c89c109351a1bf47c (patch)
tree3601bd325119ae0384f09bf0a937f8afb01314d3
parentaa708f93071d9618d58c23d6c8c7ee1822d56f9a (diff)
downloadhaskell-wip/nr/cmm-to-wasm.tar.gz
-rw-r--r--compiler/GHC/CmmToWasm.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/GHC/CmmToWasm.hs b/compiler/GHC/CmmToWasm.hs
index 37aa2a6273..40089d44cb 100644
--- a/compiler/GHC/CmmToWasm.hs
+++ b/compiler/GHC/CmmToWasm.hs
@@ -627,3 +627,6 @@ wasmMakeDynamicReference
wasmMakeDynamicReference _config _referenceKind _lbl =
unimp "convert CLabel to something Wasm can understand"
+
+--- XXX need a note that the proc-point splitting rules out nodes of
+--- the form `CmmLit (CmmBlock id)`.