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:
parent
1ab1611eb1
commit
a38b3ff781
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user