Skip to content

Commit 232be51

Browse files
[NFC][llvm-exegesis] Fix comment text
I'm reasonably confident iff wasn't an abbreviation for if and only if here and it was starting to bug me quite a bit.
1 parent f3f4387 commit 232be51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-exegesis/llvm-exegesis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ static void runBenchmarkConfigurations(
437437
ArrayRef<Benchmark>(AllResults).drop_front()) {
438438
llvm::append_range(Result.AssembledSnippet,
439439
OtherResult.AssembledSnippet);
440-
// Aggregate measurements, but only iff all measurements succeeded.
440+
// Aggregate measurements, but only if all measurements succeeded.
441441
if (Result.Measurements.empty())
442442
continue;
443443
assert(OtherResult.Measurements.size() == Result.Measurements.size() &&

0 commit comments

Comments
 (0)