Skip to content

Commit 584e9d4

Browse files
Fix TODO message
1 parent 26bbee2 commit 584e9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenMP/OpenMP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3759,7 +3759,7 @@ static void
37593759
genOMP(lower::AbstractConverter &converter, lower::SymMap &symTable,
37603760
semantics::SemanticsContext &semaCtx, lower::pft::Evaluation &eval,
37613761
const parser::OmpDeclareVariantDirective &declareVariantDirective) {
3762-
TODO(converter.getCurrentLocation(), "OpenMPDeclareVariantDirective");
3762+
TODO(converter.getCurrentLocation(), "OmpDeclareVariantDirective");
37633763
}
37643764

37653765
static void genOMP(

0 commit comments

Comments
 (0)