diff options
Diffstat (limited to 'src/passes/PrintCallGraph.cpp')
-rw-r--r-- | src/passes/PrintCallGraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/PrintCallGraph.cpp b/src/passes/PrintCallGraph.cpp index d1bfbf04a..30a33e9ad 100644 --- a/src/passes/PrintCallGraph.cpp +++ b/src/passes/PrintCallGraph.cpp @@ -63,7 +63,7 @@ struct PrintCallGraph : public Pass { } } - struct CallPrinter : public PostWalker<CallPrinter, Visitor<CallPrinter>> { + struct CallPrinter : public PostWalker<CallPrinter> { Module *module; Function *currFunction; std::set<Name> visitedTargets; // Used to avoid printing duplicate edges. |