aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CompilerDriver
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-23 19:24:12 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-23 19:24:12 +0000
commit316abba6b7b744a2f6795087eab25943a1247a41 (patch)
treebbd93c54ccb85bc033b0496becf44cd8e53c94b5 /lib/CompilerDriver
parent7555f0a2bc8c6f052bb3563cd27c316bf68e7661 (diff)
downloadexternal_llvm-316abba6b7b744a2f6795087eab25943a1247a41.zip
external_llvm-316abba6b7b744a2f6795087eab25943a1247a41.tar.gz
external_llvm-316abba6b7b744a2f6795087eab25943a1247a41.tar.bz2
Add a TODO.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111828 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver')
-rw-r--r--lib/CompilerDriver/CompilationGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CompilerDriver/CompilationGraph.cpp b/lib/CompilerDriver/CompilationGraph.cpp
index a217078..d0c0e15 100644
--- a/lib/CompilerDriver/CompilationGraph.cpp
+++ b/lib/CompilerDriver/CompilationGraph.cpp
@@ -55,6 +55,7 @@ namespace {
int MaxWeight = 0;
bool SingleMax = true;
+ // TODO: fix calculation of SingleMax.
for (typename C::const_iterator B = EdgesContainer.begin(),
E = EdgesContainer.end(); B != E; ++B) {
const Edge* e = B->getPtr();