From: Ian Lynagh Date: Wed, 30 Apr 2008 13:13:17 +0000 (+0000) Subject: Update an error message X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=eda7b44959316e87a69def0f1eaf02df493cef18 Update an error message error "RegisterAlloc.livenessSCCs" -> error "RegLiveness.livenessSCCs" --- diff --git a/compiler/nativeGen/RegLiveness.hs b/compiler/nativeGen/RegLiveness.hs index 9a23ef4..d5336e4 100644 --- a/compiler/nativeGen/RegLiveness.hs +++ b/compiler/nativeGen/RegLiveness.hs @@ -557,7 +557,7 @@ livenessSCCs blockmap done concatMap tail $ groupBy (\(a1, _) (a2, _) -> eq a1 a2) $ iterate (\(a, _) -> f a b) $ - (a, error "RegisterAlloc.livenessSCCs") + (a, error "RegLiveness.livenessSCCs") linearLiveness :: BlockMap RegSet -> [NatBasicBlock]