[commit: ghc] master: Unlit AsmCodeGen.lhs (7ad3846)
git at git.haskell.org
git at git.haskell.org
Sun Nov 30 21:59:26 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7ad384604652b87b68d32bdaff4ef7f94daf9d35/ghc
>---------------------------------------------------------------
commit 7ad384604652b87b68d32bdaff4ef7f94daf9d35
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 30 22:56:16 2014 +0100
Unlit AsmCodeGen.lhs
Fwiw, this wasn't really a proper .lhs to begin with...
>---------------------------------------------------------------
7ad384604652b87b68d32bdaff4ef7f94daf9d35
compiler/nativeGen/{AsmCodeGen.lhs => AsmCodeGen.hs} | 4 ----
1 file changed, 4 deletions(-)
diff --git a/compiler/nativeGen/AsmCodeGen.lhs b/compiler/nativeGen/AsmCodeGen.hs
similarity index 99%
rename from compiler/nativeGen/AsmCodeGen.lhs
rename to compiler/nativeGen/AsmCodeGen.hs
index 56c18ea..a2ef91c 100644
--- a/compiler/nativeGen/AsmCodeGen.lhs
+++ b/compiler/nativeGen/AsmCodeGen.hs
@@ -6,7 +6,6 @@
--
-- -----------------------------------------------------------------------------
-\begin{code}
{-# LANGUAGE BangPatterns, CPP, GADTs, ScopedTypeVariables, UnboxedTuples #-}
module AsmCodeGen ( nativeCodeGen ) where
@@ -1039,6 +1038,3 @@ cmmExprNative referenceKind expr = do
other
-> return other
-
-\end{code}
-
More information about the ghc-commits
mailing list