CgTicky now doesn't know about the Integer data constructors
[ghc-hetmet.git] / 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'