X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FConstants.lhs;h=2d72df2710c712fa9aaac584562371f0bc7c6ef4;hb=6c53f40f3dd84cc91a8e6850dbfb271cb24db89a;hp=43db93249a656f695901f4a534a32eab19606338;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/main/Constants.lhs b/compiler/main/Constants.lhs index 43db932..2d72df2 100644 --- a/compiler/main/Constants.lhs +++ b/compiler/main/Constants.lhs @@ -56,11 +56,6 @@ mAX_CHARLIKE = MAX_CHARLIKE A section of code-generator-related MAGIC CONSTANTS. \begin{code} -mAX_FAMILY_SIZE_FOR_VEC_RETURNS = (MAX_VECTORED_RTN::Int) -- pretty arbitrary --- If you change this, you may need to change runtimes/standard/Update.lhc -\end{code} - -\begin{code} mAX_Vanilla_REG = (MAX_VANILLA_REG :: Int) mAX_Float_REG = (MAX_FLOAT_REG :: Int) mAX_Double_REG = (MAX_DOUBLE_REG :: Int)