[commit: ghc] wip/prettyprinter: llvmGen: Fix another (fea1bdd)

git at git.haskell.org git at git.haskell.org
Wed Sep 13 21:08:45 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/prettyprinter
Link       : http://ghc.haskell.org/trac/ghc/changeset/fea1bddfc9b1cef284e4298698c80d3e94c1f1e5/ghc

>---------------------------------------------------------------

commit fea1bddfc9b1cef284e4298698c80d3e94c1f1e5
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jul 21 00:18:20 2017 -0400

    llvmGen: Fix another


>---------------------------------------------------------------

fea1bddfc9b1cef284e4298698c80d3e94c1f1e5
 compiler/llvmGen/LlvmCodeGen.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/llvmGen/LlvmCodeGen.hs b/compiler/llvmGen/LlvmCodeGen.hs
index b2b1e35..3741f25 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