X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fcmm%2FCmm.hs;h=986f486cc7f635634ff590d05b12273fd502dc8a;hp=74387504c51b1cff56e6311f6bc6aae05b37607f;hb=bd3a364da7956c269d31645995d0d775c52f6a84;hpb=21bc3ec7555c996ce3a5d8a620831e7758f5f7e9 diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs index 7438750..986f486 100644 --- a/compiler/cmm/Cmm.hs +++ b/compiler/cmm/Cmm.hs @@ -116,10 +116,6 @@ data CmmStmt CmmCallTarget CmmFormals -- zero or more results CmmActuals -- zero or more arguments - (Maybe [GlobalReg]) -- Global regs that may need to be saved - -- if they will be clobbered by the call. - -- Nothing <=> save *all* globals that - -- might be clobbered. | CmmBranch BlockId -- branch to another BB in this fn