[project @ 2001-10-24 15:11:28 by simonpj]
authorsimonpj <unknown>
Wed, 24 Oct 2001 15:11:28 +0000 (15:11 +0000)
committersimonpj <unknown>
Wed, 24 Oct 2001 15:11:28 +0000 (15:11 +0000)
commitfcfe16433bd582d0e00404ea652806d13d14103c
tree3268f361ef0a8b924aebb779fc3a76fc34c3b389
parentf682290809d7641e3f8ec188eec9109193189ba1
[project @ 2001-10-24 15:11:28 by simonpj]
----------------
Division by zero
----------------

Teach GHC that the division primops can't fail if the divisor
is non-zero.  This can eliminate some thunks in an inner loop.
ghc/compiler/basicTypes/Literal.lhs
ghc/compiler/coreSyn/CoreUtils.lhs