/ast

Assembly Structuring Tool

Primary LanguagePostScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

The InOrdBreaks.pp asm file is an example where setting
the reverse order by traversing the in edges in the
order they were built gives the wrong postdominator 
(nodes 15 & 19). RevOrdBreaks.pp is the opposite -
traversing the in edges in the opposite direction
gives the wrong postdoms (node 15)