Fix the CPS pass to pack the continuation with correct label form.
authorMichael D. Adams <adamsmd@cs.indiana.edu>
Sat, 14 Jul 2007 18:49:55 +0000 (18:49 +0000)
committerMichael D. Adams <adamsmd@cs.indiana.edu>
Sat, 14 Jul 2007 18:49:55 +0000 (18:49 +0000)
commit0c1341d353cd8ff7380abd383431a732da127caa
tree58e6e3da7ac81d8b92974093b215be121310ff0d
parent5a7e6864701df450c6f36fe8a99376fc819a3398
Fix the CPS pass to pack the continuation with correct label form.
It was using the return point label before; now it uses the info label.
compiler/cmm/CmmCPSGen.hs