summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/ProcPoint.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-25 13:27:51 -0400
committerBen Gamari <ben@smart-cactus.org>2020-05-26 14:17:28 -0400
commit2d02613c20928559c27869ed16c5d90048436fa9 (patch)
tree433adc3890762ed66fa0a13e7109a026755d425b /compiler/GHC/Cmm/ProcPoint.hs
parentb8c014ce27c279e0d506d5391a4e9bfa7f1c31f2 (diff)
downloadhaskell-wip/T18232.tar.gz
Rip out CmmStackInfo(updfr_space)wip/T18232
As noted in #18232, this field is currently completely unused and moreover doesn't have a clear meaning.
Diffstat (limited to 'compiler/GHC/Cmm/ProcPoint.hs')
-rw-r--r--compiler/GHC/Cmm/ProcPoint.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/ProcPoint.hs b/compiler/GHC/Cmm/ProcPoint.hs
index f9dc3a8334..fbefc544dc 100644
--- a/compiler/GHC/Cmm/ProcPoint.hs
+++ b/compiler/GHC/Cmm/ProcPoint.hs
@@ -356,7 +356,6 @@ splitAtProcPoints dflags entry_label callPPs procPoints procMap
g' = replacePPIds g
live = ppLiveness (g_entry g')
stack_info = StackInfo { arg_space = 0
- , updfr_space = Nothing
, do_layout = True }
-- cannot use panic, this is printed by -ddump-cmm