summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplCore/SAT.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/simplCore/SAT.lhs')
-rw-r--r--ghc/compiler/simplCore/SAT.lhs5
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc/compiler/simplCore/SAT.lhs b/ghc/compiler/simplCore/SAT.lhs
index 7ef97dbf21..d4fb6e6fb1 100644
--- a/ghc/compiler/simplCore/SAT.lhs
+++ b/ghc/compiler/simplCore/SAT.lhs
@@ -38,11 +38,10 @@ Experimental Evidence: Heap: +/- 7%
Instrs: Always improves for 2 or more Static Args.
\begin{code}
-#include "HsVersions.h"
-
module SAT ( doStaticArgs ) where
-IMP_Ubiq(){-uitous-}
+#include "HsVersions.h"
+
import Util ( panic )
doStaticArgs = panic "SAT.doStaticArgs (ToDo)"