Skip to content

Commit

Permalink
I need to add the method to the web analysis in order to add method t…
Browse files Browse the repository at this point in the history
…o variables created by the analysis.
  • Loading branch information
garbervetsky committed Feb 13, 2018
1 parent 117e051 commit 387bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/MethodVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public override void TraverseChildren(IMethodDefinition methodDefinition)
var domFrontierAnalysis = new DominanceFrontierAnalysis(cfg);
domFrontierAnalysis.Analyze();

var splitter = new WebAnalysis(cfg);
var splitter = new WebAnalysis(cfg, methodDefinition);
splitter.Analyze();
splitter.Transform();

Expand Down

0 comments on commit 387bf89

Please sign in to comment.