aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2009-11-30 13:14:13 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2009-11-30 13:14:13 +0000
commitb5eedf2c1c4d3b7ccd6e0db6c0d1cafb502d5adc (patch)
tree42643842a7c6eb24734b97e0c0f29d33d47b87df /lib/CompilerDriver
parent56f4ef3232850e29c4635d0923910acce8887bd0 (diff)
downloadexternal_llvm-b5eedf2c1c4d3b7ccd6e0db6c0d1cafb502d5adc.zip
external_llvm-b5eedf2c1c4d3b7ccd6e0db6c0d1cafb502d5adc.tar.gz
external_llvm-b5eedf2c1c4d3b7ccd6e0db6c0d1cafb502d5adc.tar.bz2
Remove forgotten ShortNames in Trie and CompilationGraph
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver')
-rw-r--r--lib/CompilerDriver/CompilationGraph.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CompilerDriver/CompilationGraph.cpp b/lib/CompilerDriver/CompilationGraph.cpp
index bb0eb7b..5781cda 100644
--- a/lib/CompilerDriver/CompilationGraph.cpp
+++ b/lib/CompilerDriver/CompilationGraph.cpp
@@ -473,8 +473,7 @@ namespace llvm {
{
template<typename GraphType>
- static std::string getNodeLabel(const Node* N, const GraphType&,
- bool ShortNames)
+ static std::string getNodeLabel(const Node* N, const GraphType&)
{
if (N->ToolPtr)
if (N->ToolPtr->IsJoin())