diff options
| author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2019-08-25 11:06:13 +0200 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-27 15:22:28 -0400 |
| commit | ee2fad9e503ffdf61a086f721553aa3c502d1cb8 (patch) | |
| tree | 6a1c9c8b352e32cf19d009d03943d5bba1531cb2 /compiler/nativeGen/BlockLayout.hs | |
| parent | 89487be21060bf29f4736bf2b3c89a4e74b03918 (diff) | |
| download | haskell-ee2fad9e503ffdf61a086f721553aa3c502d1cb8.tar.gz | |
Remove redundant OPTIONS_GHC in BlockLayout.hs
Diffstat (limited to 'compiler/nativeGen/BlockLayout.hs')
| -rw-r--r-- | compiler/nativeGen/BlockLayout.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/nativeGen/BlockLayout.hs b/compiler/nativeGen/BlockLayout.hs index 3755ed5db6..d01c31f5fd 100644 --- a/compiler/nativeGen/BlockLayout.hs +++ b/compiler/nativeGen/BlockLayout.hs @@ -4,9 +4,6 @@ {-# LANGUAGE TypeFamilies, ScopedTypeVariables, CPP #-} -{-# OPTIONS_GHC -fprof-auto #-} ---{-# OPTIONS_GHC -ddump-simpl -ddump-to-file -ddump-cmm #-} - module BlockLayout ( sequenceTop ) where |
