We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5203418 commit 75c0e1fCopy full SHA for 75c0e1f
libc/benchmarks/MemorySizeDistributions.cpp
@@ -185,10 +185,10 @@ ArrayRef<MemorySizeDistribution> getMemcmpSizeDistributions() {
185
MemorySizeDistribution
186
getDistributionOrDie(ArrayRef<MemorySizeDistribution> Distributions,
187
StringRef Name) {
188
- for (const auto &MSD : Distributions) {
+ for (const auto &MSD : Distributions)
189
if (MSD.Name == Name)
190
return MSD;
191
- }
+
192
std::string Message;
193
raw_string_ostream Stream(Message);
194
Stream << "Unknown MemorySizeDistribution '" << Name
0 commit comments