Add a TODO.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111828 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2010-08-23 19:24:12 +00:00
parent 7555f0a2bc
commit 316abba6b7

View File

@ -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();