X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;fp=ghc%2Fcompiler%2Futils%2FFiniteMap.lhs;h=e550d1e9fb6931c9fc0f9f13740a3ba61d8174ef;hb=9c26739695219d8343505a88457cb55c76b65449;hp=319e386a8e9beb5abfe7002e798aac88ad6bf730;hpb=ef68e6ca4bace373228566ef68590d9ff3eb1144;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index 319e386..e550d1e 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -303,6 +303,7 @@ plusFM_C combiner fm1 (Branch split_key elt2 _ left right) -- It's worth doing plusFM specially, because we don't need -- to do the lookup in fm1. +-- FM2 over-rides FM1. plusFM EmptyFM fm2 = fm2 plusFM fm1 EmptyFM = fm1