summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmm.hs1
-rw-r--r--compiler/codeGen/StgCmmClosure.hs1
-rw-r--r--compiler/codeGen/StgCmmExpr.hs1
3 files changed, 0 insertions, 3 deletions
diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs
index 9d14db9bb8..73b9bf62ff 100644
--- a/compiler/codeGen/StgCmm.hs
+++ b/compiler/codeGen/StgCmm.hs
@@ -10,7 +10,6 @@
module StgCmm ( codeGen ) where
-#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
import StgCmmProf (initCostCentres, ldvEnter)
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs
index d76eedd70c..ca6b404084 100644
--- a/compiler/codeGen/StgCmmClosure.hs
+++ b/compiler/codeGen/StgCmmClosure.hs
@@ -61,7 +61,6 @@ module StgCmmClosure (
#include "../includes/MachDeps.h"
-#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
import StgSyn
diff --git a/compiler/codeGen/StgCmmExpr.hs b/compiler/codeGen/StgCmmExpr.hs
index a697ff66c3..3de91c1e83 100644
--- a/compiler/codeGen/StgCmmExpr.hs
+++ b/compiler/codeGen/StgCmmExpr.hs
@@ -11,7 +11,6 @@
module StgCmmExpr ( cgExpr ) where
-#define FAST_STRING_NOT_NEEDED
#include "HsVersions.h"
import {-# SOURCE #-} StgCmmBind ( cgBind )