Skip to content

Commit

Permalink
Fix phase order in CountedLoopTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rschatz committed Dec 1, 2017
1 parent 35bf3e6 commit c45e85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public boolean apply(GraphBuilderContext b, ResolvedJavaMethod targetMethod, Rec
}

@Override
protected boolean checkMidTierGraph(StructuredGraph graph) {
protected boolean checkHighTierGraph(StructuredGraph graph) {
LoopsData loops = new LoopsData(graph);
loops.detectedCountedLoops();
for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) {
Expand Down

0 comments on commit c45e85e

Please sign in to comment.