Tag ForeignCalls with the package they correspond to
authorBen.Lippmeier@anu.edu.au <unknown>
Sat, 2 Jan 2010 05:37:54 +0000 (05:37 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Sat, 2 Jan 2010 05:37:54 +0000 (05:37 +0000)
commit7854ec4b11e117f8514553890851d14a66690fbb
treef96e7dd94f39eda39fe86da0298e3f628a35ef65
parente5fba2f55f560b41e27047bf59958729d51aca84
Tag ForeignCalls with the package they correspond to
21 files changed:
compiler/cmm/CLabel.hs
compiler/cmm/CmmParse.y
compiler/cmm/PprCmm.hs
compiler/cmm/ZipCfgCmmRep.hs
compiler/codeGen/CgExtCode.hs
compiler/codeGen/CgForeignCall.hs
compiler/codeGen/CgHpc.hs
compiler/codeGen/CgUtils.hs
compiler/codeGen/StgCmmForeign.hs
compiler/codeGen/StgCmmHpc.hs
compiler/codeGen/StgCmmUtils.hs
compiler/main/StaticFlags.hs
compiler/nativeGen/PIC.hs
compiler/nativeGen/SPARC/CodeGen/CCall.hs
compiler/nativeGen/X86/CodeGen.hs
compiler/parser/RdrHsSyn.lhs
compiler/prelude/ForeignCall.lhs
compiler/prelude/PrimOp.lhs
compiler/rename/RnSource.lhs
compiler/stgSyn/CoreToStg.lhs
compiler/typecheck/TcForeign.lhs