Calling convention bug and cleanup
authordias@eecs.tufts.edu <unknown>
Tue, 17 Mar 2009 20:42:38 +0000 (20:42 +0000)
committerdias@eecs.tufts.edu <unknown>
Tue, 17 Mar 2009 20:42:38 +0000 (20:42 +0000)
commite5e7d10bb9fc69e58a78540a4a4bf34124730f48
tree10d678efc2c3c292b7bdfb049c28ff9b9f4cbc98
parent0c84eb9d40b4fab76cc4d72913f9ead409cdbd47
Calling convention bug and cleanup
- yet another wrong calling convention; this one was a special case for returning one
  value.
compiler/cmm/CmmCallConv.hs
compiler/cmm/MkZipCfgCmm.hs
compiler/codeGen/CgCallConv.hs
compiler/codeGen/CgTailCall.lhs
compiler/codeGen/StgCmmExpr.hs
compiler/codeGen/StgCmmForeign.hs