summaryrefslogtreecommitdiffstats
path: root/tests/test_and_purity.out
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple terrible optimizer bugsTavian Barnes2017-07-211-0/+0
Just because an expression is always true or false, doesn't mean we can execute it more often than it otherwise would be, unless it's also pure. But that's equivalent to being identically -true/-false, so just check that.