mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
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:
parent
7555f0a2bc
commit
316abba6b7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user