Skip to content
Snippets Groups Projects
Commit 3effaf6c authored by sof's avatar sof
Browse files

[project @ 1997-09-04 20:07:57 by sof]

new function: inlineUnconditionally
parent e1e1c413
No related merge requests found
......@@ -21,7 +21,7 @@ module BinderInfo (
getBinderInfoArity,
setBinderInfoArityToZero,
isFun, isDupDanger -- for Simon Marlow deforestation
inlineUnconditionally, isFun, isDupDanger -- for Simon Marlow deforestation
) where
IMP_Ubiq(){-uitous-}
......@@ -117,8 +117,6 @@ isDupDanger _ = False
definitely be inlined.
\begin{code}
{- NOT USED
inlineUnconditionally :: Bool -> BinderInfo -> Bool
--inlineUnconditionally ok_to_dup DeadCode = True
......@@ -129,7 +127,6 @@ inlineUnconditionally ok_to_dup (OneOcc FunOcc NoDupDanger NotInsideSCC n_alt_oc
-- damage, e.g., limit to M alternatives.
inlineUnconditionally _ _ = False
-}
\end{code}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment