From eda7b44959316e87a69def0f1eaf02df493cef18 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 30 Apr 2008 13:13:17 +0000 Subject: [PATCH] Update an error message error "RegisterAlloc.livenessSCCs" -> error "RegLiveness.livenessSCCs" --- compiler/nativeGen/RegLiveness.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 1.7.10.4