summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Utils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Utils.hs')
-rw-r--r--compiler/GHC/Core/Utils.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/Core/Utils.hs b/compiler/GHC/Core/Utils.hs
index da13a346d8..5100f958e6 100644
--- a/compiler/GHC/Core/Utils.hs
+++ b/compiler/GHC/Core/Utils.hs
@@ -332,9 +332,9 @@ mkTick t orig_expr = mkTick' id id orig_expr
-- non-counting part having laxer placement properties.
canSplit = tickishCanSplit t && tickishPlace (mkNoCount t) /= tickishPlace t
- mkTick' :: (CoreExpr -> CoreExpr) -- ^ apply after adding tick (float through)
- -> (CoreExpr -> CoreExpr) -- ^ apply before adding tick (float with)
- -> CoreExpr -- ^ current expression
+ mkTick' :: (CoreExpr -> CoreExpr) -- apply after adding tick (float through)
+ -> (CoreExpr -> CoreExpr) -- apply before adding tick (float with)
+ -> CoreExpr -- current expression
-> CoreExpr
mkTick' top rest expr = case expr of