[commit: ghc] wip/prettyprinter: llvmGen: Fix another (933a1e4)
git at git.haskell.org
git at git.haskell.org
Wed Aug 16 22:47:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/prettyprinter
Link : http://ghc.haskell.org/trac/ghc/changeset/933a1e4a16c815d95f32e7073572e0e267516789/ghc
>---------------------------------------------------------------
commit 933a1e4a16c815d95f32e7073572e0e267516789
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 21 00:18:20 2017 -0400
llvmGen: Fix another
>---------------------------------------------------------------
933a1e4a16c815d95f32e7073572e0e267516789
compiler/llvmGen/LlvmCodeGen.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/llvmGen/LlvmCodeGen.hs b/compiler/llvmGen/LlvmCodeGen.hs
index 121e3b9..dff5c44 100644
--- a/compiler/llvmGen/LlvmCodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen.hs
@@ -23,7 +23,6 @@ import Hoopl.Block
import Hoopl.Collections
import PprCmm
-import BufWrite
import DynFlags
import ErrUtils
import FastString
More information about the ghc-commits
mailing list