summaryrefslogtreecommitdiff
path: root/test/files/run/t6077_patmat_cse_irrefutable.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6077 more conservative TreeMakersToConds for CSEAdriaan Moors2012-07-141-0/+13
we were dropping irrefutable extractor calls (implemented for SI-4691) in common subcondition elimination, which caused bad code to be generated clean up TreeMakersToConds significantly in the process