summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_tailcalls_verifyerror.flags
Commit message (Collapse)AuthorAgeFilesLines
* virtpatmat on by default; chicken out: -XoldpatmatAdriaan Moors2012-04-141-1/+1
| | | | | | | some tests (unreachability, exhaustivity, @switch annotation checking) are still run under -Xoldpatmat, but that will change before we go into RC mode (then the test/ partest of this commit will be reverted) removed irrelevant dependency on patmat
* [vpm] avoid verifyerror: leave jump to tail-pos labelAdriaan Moors2012-03-231-0/+1
the following commit deals with the fall-out in basicblocks (double closing of blocks in ignore mode)