[commit: ghc] wip/annotate-core: llvmGen: Fix another (70ace6a)

git at git.haskell.org git at git.haskell.org
Tue Jul 25 17:54:14 UTC 2017


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

On branch  : wip/annotate-core
Link       : http://ghc.haskell.org/trac/ghc/changeset/70ace6abcfddd004e7df90daddea2652f535946f/ghc

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

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

    llvmGen: Fix another


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

70ace6abcfddd004e7df90daddea2652f535946f
 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