diff options
Diffstat (limited to 'src/passes/StackIR.cpp')
-rw-r--r-- | src/passes/StackIR.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/StackIR.cpp b/src/passes/StackIR.cpp index 6d163d897..fbb990fe0 100644 --- a/src/passes/StackIR.cpp +++ b/src/passes/StackIR.cpp @@ -112,7 +112,7 @@ private: // TODO: we can do this a lot faster, as we just care about linear // control flow. LocalGraph localGraph(func); - localGraph.computeInfluences(); + localGraph.computeSetInfluences(); // We maintain a stack of relevant values. This contains: // * a null for each actual value that the value stack would have // * an index of each LocalSet that *could* be on the value |