summaryrefslogtreecommitdiff
path: root/test/files/pos/t8315b.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-8315 Fix crash in dead code eliminationJason Zaugg2014-02-201-0/+1
It was a cache invalidation bug. We need to mark the Code as touched to invalidate the caches behind `predecessors` and `successors`.