diff options
Diffstat (limited to 'tools/opt')
| -rw-r--r-- | tools/opt/GraphPrinters.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/opt/GraphPrinters.cpp b/tools/opt/GraphPrinters.cpp index a52baf7dae3c..5d581e4af0a2 100644 --- a/tools/opt/GraphPrinters.cpp +++ b/tools/opt/GraphPrinters.cpp @@ -49,7 +49,8 @@ namespace llvm {        return "Call Graph";      } -    static std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { +    static std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph, +                                    bool ShortNames) {        if (Node->getFunction())          return ((Value*)Node->getFunction())->getName();        else  | 
