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

git at git.haskell.org git at git.haskell.org
Thu Jan 18 18:08:15 UTC 2018


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

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

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

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

    llvmGen: Fix another


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

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

diff --git a/compiler/llvmGen/LlvmCodeGen.hs b/compiler/llvmGen/LlvmCodeGen.hs
index 8a06436..54fdcd7 100644
--- a/compiler/llvmGen/LlvmCodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen.hs
@@ -25,7 +25,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