Allow more than 3 simplifier iterations to be run in phase 0
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Thu, 13 Dec 2007 04:08:35 +0000 (04:08 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Thu, 13 Dec 2007 04:08:35 +0000 (04:08 +0000)
commit1476e683b04147d9d505922951b6f70d752a6eb8
treeb2c970a9fe3ae5c6467e8f4ac1f99adf2bc3800d
parent368f9fc139a24b771b5b3282753544fb087f6b55
Allow more than 3 simplifier iterations to be run in phase 0

The number of iterations during the first run of phase 0 was erroneously
hardcoded to 3. It should be *at least* 3 (see comments in code) but can be
more.
compiler/main/DynFlags.hs