Fix error message in CPS pass
authorMichael D. Adams <t-madams@microsoft.com>
Tue, 3 Jul 2007 21:25:55 +0000 (21:25 +0000)
committerMichael D. Adams <t-madams@microsoft.com>
Tue, 3 Jul 2007 21:25:55 +0000 (21:25 +0000)
compiler/cmm/CmmProcPoint.hs

index 36c02ff..fe64608 100644 (file)
@@ -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"