summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-12 12:37:59 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-12 12:37:59 -0600
commit5f2cdca8d745bd47847c3f29c8c32786ce728c8b (patch)
treec33b10fa4bad6dcd8ed75a6ec36ddabcfd801847 /compiler/llvmGen
parent5f54d67818ee7a74325eed130438beba96510e43 (diff)
downloadhaskell-5f2cdca8d745bd47847c3f29c8c32786ce728c8b.tar.gz
Fix new Haddock doc parse failures.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r--compiler/llvmGen/Llvm/MetaData.hs13
1 files changed, 6 insertions, 7 deletions
diff --git a/compiler/llvmGen/Llvm/MetaData.hs b/compiler/llvmGen/Llvm/MetaData.hs
index dda3ca0c4c..36efcd7159 100644
--- a/compiler/llvmGen/Llvm/MetaData.hs
+++ b/compiler/llvmGen/Llvm/MetaData.hs
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------------
--- | The LLVM Metadata System.
+module Llvm.MetaData where
+
+import Llvm.Types
+import Outputable
+
+-- The LLVM Metadata System.
--
-- The LLVM metadata feature is poorly documented but roughly follows the
-- following design:
@@ -50,11 +54,6 @@
-- For example:
-- !llvm.module.linkage = !{ !0, !1 }
--
-module Llvm.MetaData where
-
-import Llvm.Types
-
-import Outputable
-- | LLVM metadata expressions
data MetaExpr = MetaStr LMString