Skip to content

Commit 2642e97

Browse files
committed
change comment
1 parent 981b83d commit 2642e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Analysis/AliasAnalysis/cuf-allocate-source-kind.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: fir-opt %s -pass-pipeline='builtin.module(func.func(test-fir-alias-analysis))' -debug-only=fir-alias-analysis --mlir-disable-threading 2>&1 | FileCheck %s
33

44
// Verify that CUF allocation via cuf.allocate is recognized as
5-
// SourceKind::Allocate by fir::AliasAnalysis::getSource on the box value.
5+
// SourceKind::Allocate by fir::AliasAnalysis::getSource on the box cuf.alloc allocated
66

77
module {
88
func.func @_QQmain() attributes {fir.bindc_name = "TEST"} {

0 commit comments

Comments
 (0)