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 26bbee2 commit 584e9d4Copy full SHA for 584e9d4
flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -3759,7 +3759,7 @@ static void
3759
genOMP(lower::AbstractConverter &converter, lower::SymMap &symTable,
3760
semantics::SemanticsContext &semaCtx, lower::pft::Evaluation &eval,
3761
const parser::OmpDeclareVariantDirective &declareVariantDirective) {
3762
- TODO(converter.getCurrentLocation(), "OpenMPDeclareVariantDirective");
+ TODO(converter.getCurrentLocation(), "OmpDeclareVariantDirective");
3763
}
3764
3765
static void genOMP(
0 commit comments