[commit: ghc] master: Remove unused FAST_STRING_NOT_NEEDED macro defs (0ffa23d)
git at git.haskell.org
git at git.haskell.org
Tue May 31 08:05:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0ffa23d5b912f6e3a90cdda5ead66168fe518cbc/ghc
>---------------------------------------------------------------
commit 0ffa23d5b912f6e3a90cdda5ead66168fe518cbc
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Tue May 31 04:08:35 2016 -0400
Remove unused FAST_STRING_NOT_NEEDED macro defs
Reviewers: austin, bgamari, simonmar, hvr
Reviewed By: hvr
Subscribers: hvr, thomie
Differential Revision: https://phabricator.haskell.org/D2285
>---------------------------------------------------------------
0ffa23d5b912f6e3a90cdda5ead66168fe518cbc
compiler/codeGen/StgCmm.hs | 1 -
compiler/codeGen/StgCmmClosure.hs | 1 -
compiler/codeGen/StgCmmExpr.hs | 1 -
3 files changed, 3 deletions(-)
diff --git a/compiler/codeGen/StgCmm.hs b/compiler/codeGen/StgCmm.hs
index 9d14db9..73b9bf6 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 d76eedd..ca6b404 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 a697ff6..3de91c1 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 )
More information about the ghc-commits
mailing list