summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2013-08-23 21:53:41 -0500
committerAustin Seipp <aseipp@pobox.com>2013-08-24 05:03:15 -0500
commit4b5238a47be6f4778c5c6edbd46b3ee3bc9d3251 (patch)
tree0e76c3f0d24ef380dabeafe63cbee4160ca93b55
parent959d8274afa26a62586371f9c10a0cda161b6eed (diff)
downloadhaskell-4b5238a47be6f4778c5c6edbd46b3ee3bc9d3251.tar.gz
Delete trailing whitespace in LlvmCodeGen/Ppr.hs
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r--compiler/llvmGen/LlvmCodeGen/Ppr.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/Ppr.hs b/compiler/llvmGen/LlvmCodeGen/Ppr.hs
index a45902808e..202e685c0e 100644
--- a/compiler/llvmGen/LlvmCodeGen/Ppr.hs
+++ b/compiler/llvmGen/LlvmCodeGen/Ppr.hs
@@ -137,7 +137,7 @@ iTableSuf = "_itable"
-- | Create a specially crafted section declaration that encodes the order this
-- section should be in the final object code.
---
+--
-- The LlvmMangler.llvmFixupAsm pass over the assembly produced by LLVM uses
-- this section declaration to do its processing.
mkLayoutSection :: Int -> LMSection
@@ -149,4 +149,3 @@ mkLayoutSection n
-- be unique since we process the assembly pattern matching this.
infoSection :: String
infoSection = "X98A__STRIP,__me"
-