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 3a51788 commit adc59f4Copy full SHA for adc59f4
llvm/include/llvm/Frontend/OpenMP/ConstructCompositionT.h
@@ -133,7 +133,7 @@ ConstructCompositionT<C>::ConstructCompositionT(
133
mergeReduction();
134
mergeDSA();
135
136
- // Fir the rest of the clauses, just copy them.
+ // For the rest of the clauses, just copy them.
137
for (auto &[id, clauses] : clauseSets) {
138
// Skip clauses we've already dealt with.
139
switch (id) {
0 commit comments