diff options
Diffstat (limited to 'compiler/GHC/Cmm/ProcPoint.hs')
-rw-r--r-- | compiler/GHC/Cmm/ProcPoint.hs | 1 |
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 |