X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FGraphOps.hs;h=f918fd25571c6c9bf905f88d15cf959d6d5069b0;hb=a8312580d6f089d153d8af668484d4c2eb75e8a8;hp=f620d8a0dfb5a266e5d4676388adbd353db7abd2;hpb=272f0ba89eca1d9fc700cf4c27b9f8c3e23d6fe8;p=ghc-hetmet.git diff --git a/compiler/nativeGen/GraphOps.hs b/compiler/nativeGen/GraphOps.hs index f620d8a..f918fd2 100644 --- a/compiler/nativeGen/GraphOps.hs +++ b/compiler/nativeGen/GraphOps.hs @@ -28,7 +28,6 @@ import UniqFM import Data.List hiding (union) import Data.Maybe - -- | Lookup a node from the graph. lookupNode :: Uniquable k @@ -447,6 +446,7 @@ setColor u color u +{-# INLINE adjustWithDefaultUFM #-} adjustWithDefaultUFM :: Uniquable k => (a -> a) -> a -> k @@ -458,7 +458,7 @@ adjustWithDefaultUFM f def k map map k def - +{-# INLINE adjustUFM #-} adjustUFM :: Uniquable k => (a -> a)