X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FConstants.lhs;h=2d72df2710c712fa9aaac584562371f0bc7c6ef4;hp=43db93249a656f695901f4a534a32eab19606338;hb=9ff76535edb25ab7434284adddb5c64708ecb547;hpb=6a7778b95a726f460288123d0539310bb66302f4 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)