X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fcmm%2FCmm.hs;h=7ec5ad0796f7d9634eec2c4adebbe6b931ba4316;hb=affbe8dae5d7eb350686b42ddbd4f3561b7bd0ec;hp=cae1633366894bbadc22d7a5f831c9e7f9629e14;hpb=207802589da0d23c3f16195f453b24a1e46e322d;p=ghc-hetmet.git diff --git a/compiler/cmm/Cmm.hs b/compiler/cmm/Cmm.hs index cae1633..7ec5ad0 100644 --- a/compiler/cmm/Cmm.hs +++ b/compiler/cmm/Cmm.hs @@ -28,6 +28,7 @@ module Cmm ( import MachOp import CLabel import ForeignCall +import ClosureInfo import Unique import UniqFM import FastString @@ -116,6 +117,7 @@ data CmmStmt CmmCallTarget CmmHintFormals -- zero or more results CmmActuals -- zero or more arguments + C_SRT -- SRT for the continuation of the call | CmmBranch BlockId -- branch to another BB in this fn