cvs commit: fptools/ghc/compiler/coreSyn CoreUnfold.lhs fptools/ghc/compiler/simplCore
Simplify.lhs
Simon Peyton Jones
simonpj@glass.cse.ogi.edu
Thu, 11 Jan 2001 06:09:51 -0800
simonpj 2001/01/11 06:09:50 PST
Modified files:
ghc/compiler/coreSyn CoreUnfold.lhs
ghc/compiler/simplCore Simplify.lhs
Log:
Add debug print for rule firings; controlled by -ddump-inlinings.
Also, make -ddump-inlinings work without -DDEBUG is off.
It's jolly useful, and it's tiresome to have to tell
people to rebuild their compiler.
Revision Changes Path
1.76 +0 -2 fptools/ghc/compiler/coreSyn/CoreUnfold.lhs
1.99 +11 -0 fptools/ghc/compiler/simplCore/Simplify.lhs