CgTicky now doesn't know about the Integer data constructors
authorIan Lynagh <igloo@earth.li>
Thu, 20 Mar 2008 19:58:36 +0000 (19:58 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 20 Mar 2008 19:58:36 +0000 (19:58 +0000)
compiler/codeGen/CgTicky.hs

index 04d2942..34d1dad 100644 (file)
@@ -373,8 +373,6 @@ showTypeCategory ty
          else if utc == intDataConKey     then 'I'
          else if utc == floatDataConKey   then 'F'
          else if utc == doubleDataConKey  then 'D'
-         else if utc == smallIntegerDataConKey ||
-                 utc == largeIntegerDataConKey   then 'J'
          else if utc == charPrimTyConKey  then 'c'
          else if (utc == intPrimTyConKey || utc == wordPrimTyConKey
                || utc == addrPrimTyConKey)                then 'i'