[commit: ghc] wip/kavon-nosplit-llvm: NFC to test ssh key (c6c1728)
git at git.haskell.org
git at git.haskell.org
Tue Jun 27 09:17:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/kavon-nosplit-llvm
Link : http://ghc.haskell.org/trac/ghc/changeset/c6c172818a555aef09edb99ac8fae1a05b49df47/ghc
>---------------------------------------------------------------
commit c6c172818a555aef09edb99ac8fae1a05b49df47
Author: Kavon Farvardin <kavon at farvard.in>
Date: Mon Jun 26 15:52:56 2017 +0100
NFC to test ssh key
>---------------------------------------------------------------
c6c172818a555aef09edb99ac8fae1a05b49df47
compiler/llvmGen/LlvmMangler.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compiler/llvmGen/LlvmMangler.hs b/compiler/llvmGen/LlvmMangler.hs
index bf17e86..0517dde 100644
--- a/compiler/llvmGen/LlvmMangler.hs
+++ b/compiler/llvmGen/LlvmMangler.hs
@@ -95,7 +95,8 @@ addInfoTable _ _ _ _ = Nothing
-- | Rewrite a line of assembly source with the given rewrites,
-- taking the first rewrite that applies for each kind of rewrite (label and non-label).
-rewriteLine :: DynFlags -> [LabRewrite] -> [Rewrite] -> B.ByteString -> State -> (B.ByteString, State)
+rewriteLine :: DynFlags -> [LabRewrite] -> [Rewrite]
+ -> B.ByteString -> State -> (B.ByteString, State)
rewriteLine dflags labRewrites rewrites l state = withState $
case (maybNewSym, maybNewRest) of
(Nothing, Nothing) -> l -- avoid concat
More information about the ghc-commits
mailing list