Remove InlinePlease and add inline function and RULE
[ghc-hetmet.git] / compiler / coreSyn / CorePrep.lhs
index e5165f0..105d248 100644 (file)
@@ -498,7 +498,6 @@ corePrepExprFloat env expr@(App _ _)
          ty = exprType fun
 
     ignore_note        (CoreNote _) = True 
-    ignore_note        InlineCall   = True
     ignore_note        InlineMe     = True
     ignore_note        _other       = False
        -- We don't ignore SCCs, since they require some code generation