Skip to content

Commit 387bf89

Browse files
committed
I need to add the method to the web analysis in order to add method to variables created by the analysis.
1 parent 117e051 commit 387bf89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Console/MethodVisitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public override void TraverseChildren(IMethodDefinition methodDefinition)
4949
var domFrontierAnalysis = new DominanceFrontierAnalysis(cfg);
5050
domFrontierAnalysis.Analyze();
5151

52-
var splitter = new WebAnalysis(cfg);
52+
var splitter = new WebAnalysis(cfg, methodDefinition);
5353
splitter.Analyze();
5454
splitter.Transform();
5555

0 commit comments

Comments
 (0)