Make SESE root spliced into IR graph just as any other SESE, make sure MLP analysis...
authorjjenista <jjenista>
Mon, 15 Jun 2009 22:51:52 +0000 (22:51 +0000)
committerjjenista <jjenista>
Mon, 15 Jun 2009 22:51:52 +0000 (22:51 +0000)
commitc25c1b5aeaf69aaca82f64aede0d82f552be55b5
treeb17f90f19e9a8e2c6a9956bf3fcb59a883134387
parent30dbccf9675b53120c0cb3ee099add8ea8ebd4d7
Make SESE root spliced into IR graph just as any other SESE, make sure MLP analysis simply ignores the few IR nodes outside of root SESE scope.  Problem: this implementation doesn't transform all return nodes into a single exit point yet
Robust/src/Analysis/MLP/MLPAnalysis.java
Robust/src/IR/Flat/BuildFlat.java
Robust/src/Tests/mlp/tinyTest/test.java