diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-23 19:24:12 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-23 19:24:12 +0000 |
| commit | 9c2f3cfbe736d904723d92a98880a001b2d19c79 (patch) | |
| tree | bbd93c54ccb85bc033b0496becf44cd8e53c94b5 /lib/CompilerDriver | |
| parent | f2afd19cb5032c2a63a4d4de270a2c2eeaa2791c (diff) | |
| download | external_llvm-9c2f3cfbe736d904723d92a98880a001b2d19c79.zip external_llvm-9c2f3cfbe736d904723d92a98880a001b2d19c79.tar.gz external_llvm-9c2f3cfbe736d904723d92a98880a001b2d19c79.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.cpp | 1 |
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(); |
