Skip to content

Commit 637008d

Browse files
Fix TODO message
1 parent 26bbee2 commit 637008d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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(

flang/test/Lower/OpenMP/Todo/declare-variant.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
22

3-
! CHECK: not yet implemented: OpenMPDeclareVariantDirective
3+
! CHECK: not yet implemented: OmpDeclareVariantDirective
44

55
subroutine sb1
66
integer :: x

0 commit comments

Comments
 (0)