summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-11-30 22:56:16 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-11-30 22:59:59 +0100
commit7ad384604652b87b68d32bdaff4ef7f94daf9d35 (patch)
tree33cb177b5c8d38ed3f11ac9fd2b9fc05be905805
parent0c48750a97360ff70f35c660cbf6bc53f277b227 (diff)
downloadhaskell-7ad384604652b87b68d32bdaff4ef7f94daf9d35.tar.gz
Unlit AsmCodeGen.lhs
Fwiw, this wasn't really a proper .lhs to begin with...
-rw-r--r--compiler/nativeGen/AsmCodeGen.hs (renamed from compiler/nativeGen/AsmCodeGen.lhs)4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/nativeGen/AsmCodeGen.lhs b/compiler/nativeGen/AsmCodeGen.hs
index 56c18ea152..a2ef91c221 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}
-