[flang-commits] [flang] [flang][test] Fix filecheck annotation typos (PR #92387)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu May 16 06:47:57 PDT 2024
================
@@ -97,7 +97,7 @@ func.func @_QTt1P.f2.offset(%0 : i32, %1 : i32) -> i32 {
func.func private @bar(!fir.ref<!fir.char<1,?>>)
-// CHECK-LINE: define i8* @_QPfoo(i32 %0, i32 %1)
+// CHECK-LABEL: define i8* @_QPfoo(i32 %0, i32 %1)
----------------
tblah wrote:
Seems this one was always broken
```suggestion
// CHECK-LABEL: define void @_QPfoo(i32 %0, i32 %1)
```
https://github.com/llvm/llvm-project/pull/92387
More information about the flang-commits
mailing list