From 55f8b001f06d0a2a1e9b0e84cbaa5f2f109270df Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Tue, 3 Jul 2007 21:25:55 +0000 Subject: [PATCH] Fix error message in CPS pass --- compiler/cmm/CmmProcPoint.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cmm/CmmProcPoint.hs b/compiler/cmm/CmmProcPoint.hs index 36c02ff..fe64608 100644 --- a/compiler/cmm/CmmProcPoint.hs +++ b/compiler/cmm/CmmProcPoint.hs @@ -113,4 +113,4 @@ calculateOwnership blocks_ufm proc_points blocks = new = old `unionUniqSets` lookupWithDefaultUFM owners emptyUniqSet cause' - unknown_block = panic "unknown BlockId in selectStackFormat" + unknown_block = panic "unknown BlockId in calculateOwnership" -- 1.7.10.4