Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50766 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov
2008-05-06 18:18:58 +00:00
parent 29063554d0
commit e0ff9ae91e
3 changed files with 18 additions and 6 deletions

View File

@@ -50,8 +50,7 @@ namespace {
MaxEdge = E;
MaxWeight = EW;
SingleMax = true;
}
else if (EW == MaxWeight) {
} else if (EW == MaxWeight) {
SingleMax = false;
}
}