[project @ 2000-07-06 14:08:31 by simonmar]
authorsimonmar <unknown>
Thu, 6 Jul 2000 14:08:32 +0000 (14:08 +0000)
committersimonmar <unknown>
Thu, 6 Jul 2000 14:08:32 +0000 (14:08 +0000)
commit5d42ac16b2e956c03455a1f8328d876b670d3635
tree80a507ed73e64a3ec17735ddb17ee3d7013dd271
parentf7e174ea8689ba9416af633fb545102631be5bfb
[project @ 2000-07-06 14:08:31 by simonmar]
New form of literal: MachLabel, for addresses of labels.  Used by
foreign label instead of MachLitLit now.

Real lit-lits now cause the NCG to panic.

Also: removed CLitLit from AbsCSyn; it was only used in one place for
a purpose it shouldn't have been used for in the first place.
ghc/compiler/absCSyn/AbsCSyn.lhs
ghc/compiler/absCSyn/AbsCUtils.lhs
ghc/compiler/absCSyn/Costs.lhs
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/basicTypes/Literal.lhs
ghc/compiler/codeGen/CgClosure.lhs
ghc/compiler/nativeGen/StixPrim.lhs
ghc/compiler/parser/Lex.lhs
ghc/compiler/parser/Parser.y
ghc/compiler/rename/ParseIface.y