diff options
Diffstat (limited to 'compiler/codeGen/StgCmmTicky.hs')
-rw-r--r-- | compiler/codeGen/StgCmmTicky.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmTicky.hs b/compiler/codeGen/StgCmmTicky.hs index 698bf32709..ec8f674555 100644 --- a/compiler/codeGen/StgCmmTicky.hs +++ b/compiler/codeGen/StgCmmTicky.hs @@ -285,7 +285,7 @@ tickyDynAlloc rep lf | otherwise -> return () where -- will be needed when we fill in stubs - _cl_size = heapClosureSize rep +-- _cl_size = heapClosureSize rep -- _slop_size = slopSize cl_info tick_alloc_thk |