[project @ 2001-05-25 08:55:03 by simonpj]
authorsimonpj <unknown>
Fri, 25 May 2001 08:55:04 +0000 (08:55 +0000)
committersimonpj <unknown>
Fri, 25 May 2001 08:55:04 +0000 (08:55 +0000)
commit3af411e913102d8ec1234f32abe99374f077e3f7
tree78f2437f05d08a64f6f506bef866bbe4d10c29d3
parent86cdf87a1ed26801e3889ca5ba819e565fb47aac
[project @ 2001-05-25 08:55:03 by simonpj]
-------------------------------------
Wibbles to Don's runtime-types commit
-------------------------------------

There was an upside down predicate which utterly broke the compiler.

While I was about it

* I changed the global flag to
opt_RuntimeTypes
  with command line option
-fruntime-types (was -fkeep-stg-types)

* I moved isRuntimeArg, isRuntimeVar to CoreSyn
ghc/compiler/coreSyn/CorePrep.lhs
ghc/compiler/coreSyn/CoreSyn.lhs
ghc/compiler/coreSyn/CoreUtils.lhs
ghc/compiler/ilxGen/IlxGen.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/stgSyn/CoreToStg.lhs
ghc/compiler/stgSyn/StgSyn.lhs
ghc/compiler/typecheck/TcForeign.lhs
ghc/compiler/typecheck/TcMatches.lhs