diff options
Diffstat (limited to 'src/passes/SSAify.cpp')
-rw-r--r-- | src/passes/SSAify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/SSAify.cpp b/src/passes/SSAify.cpp index 9f330f7b3..07867b32d 100644 --- a/src/passes/SSAify.cpp +++ b/src/passes/SSAify.cpp @@ -90,7 +90,7 @@ struct SSAify : public Pass { module = module_; func = func_; LocalGraph graph(func); - graph.computeInfluences(); + graph.computeSetInfluences(); graph.computeSSAIndexes(); // create new local indexes, one for each set createNewIndexes(graph); |