1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Fixing broken bots.

llvm-svn: 229176
This commit is contained in:
Chris Bieneman 2015-02-13 23:10:31 +00:00
parent 1ab1611eb1
commit a38b3ff781

View File

@ -198,7 +198,7 @@ public:
assert(std::count_if(RegisteredOptionCategories.begin(),
RegisteredOptionCategories.end(),
[cat](const OptionCategory *Category) {
return getName() == Category->getName();
return cat->getName() == Category->getName();
}) == 0 &&
"Duplicate option categories");