X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcodeGen%2FCgRetConv.lhs;h=0b72ebeb4e064fb131f4734a12de76f729ea3b0a;hb=4d1b970fe7ae5e25a54a7bce03c2501f07f27211;hp=cec13b27c97727bd7eeabbb3acad5d5ebfc3311e;hpb=a3113e20b1aa37dd1be8af8bf6859d279c654490;p=ghc-hetmet.git diff --git a/ghc/compiler/codeGen/CgRetConv.lhs b/ghc/compiler/codeGen/CgRetConv.lhs index cec13b2..0b72ebe 100644 --- a/ghc/compiler/codeGen/CgRetConv.lhs +++ b/ghc/compiler/codeGen/CgRetConv.lhs @@ -1,7 +1,7 @@ % % (c) The GRASP Project, Glasgow University, 1992-1998 % -% $Id: CgRetConv.lhs,v 1.28 2000/10/18 09:40:17 simonmar Exp $ +% $Id: CgRetConv.lhs,v 1.29 2000/11/14 17:41:04 sewardj Exp $ % \section[CgRetConv]{Return conventions for the code generator} @@ -58,7 +58,7 @@ ctrlReturnConvAlg :: TyCon -> CtrlReturnConvention ctrlReturnConvAlg tycon = case (tyConFamilySize tycon) of - 0 -> panic "ctrlRetConvAlg" + 0 -> pprPanic "ctrlRetConvAlg" (ppr tycon) size -> -- we're supposed to know... if (size > (1::Int) && size <= mAX_FAMILY_SIZE_FOR_VEC_RETURNS) then VectoredReturn size