summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2020-04-03 18:23:08 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2020-04-03 18:26:19 +0300
commit40a85563a46c682eaab5fdf970f7c46afca78cb3 (patch)
treec4bea942ab61cb56579e4ed3e78c4d525cb0435e
parent4291bddaea3148908c55f235ee8978e1d9aa6f20 (diff)
downloadhaskell-40a85563a46c682eaab5fdf970f7c46afca78cb3.tar.gz
Revert accidental change in 9462452
[ci skip]
-rw-r--r--compiler/GHC/StgToCmm/DataCon.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/GHC/StgToCmm/DataCon.hs b/compiler/GHC/StgToCmm/DataCon.hs
index c646054913..789dc8df57 100644
--- a/compiler/GHC/StgToCmm/DataCon.hs
+++ b/compiler/GHC/StgToCmm/DataCon.hs
@@ -1,6 +1,4 @@
{-# LANGUAGE CPP #-}
-{-# OPTIONS -O -ddump-to-file -dumpdir datacondumps -ddump-simpl -ddump-stg #-}
--- {-# OPTIONS -dsuppress-all #-}
-----------------------------------------------------------------------------
--