Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
7f0471be
Commit
7f0471be
authored
Mar 20, 2008
by
Ian Lynagh
Browse files
CgTicky now doesn't know about the Integer data constructors
parent
8d84d843
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/codeGen/CgTicky.hs
View file @
7f0471be
...
@@ -373,8 +373,6 @@ showTypeCategory ty
...
@@ -373,8 +373,6 @@ showTypeCategory ty
else
if
utc
==
intDataConKey
then
'I'
else
if
utc
==
intDataConKey
then
'I'
else
if
utc
==
floatDataConKey
then
'F'
else
if
utc
==
floatDataConKey
then
'F'
else
if
utc
==
doubleDataConKey
then
'D'
else
if
utc
==
doubleDataConKey
then
'D'
else
if
utc
==
smallIntegerDataConKey
||
utc
==
largeIntegerDataConKey
then
'J'
else
if
utc
==
charPrimTyConKey
then
'c'
else
if
utc
==
charPrimTyConKey
then
'c'
else
if
(
utc
==
intPrimTyConKey
||
utc
==
wordPrimTyConKey
else
if
(
utc
==
intPrimTyConKey
||
utc
==
wordPrimTyConKey
||
utc
==
addrPrimTyConKey
)
then
'i'
||
utc
==
addrPrimTyConKey
)
then
'i'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment