[polly] fa72a02 - [test] Fix filecheck annotation typos (#91854)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 21:06:01 PDT 2024
Author: klensy
Date: 2024-06-03T21:05:57-07:00
New Revision: fa72a0237a688d71647bf001bf9020e6090f6121
URL: https://github.com/llvm/llvm-project/commit/fa72a0237a688d71647bf001bf9020e6090f6121
DIFF: https://github.com/llvm/llvm-project/commit/fa72a0237a688d71647bf001bf9020e6090f6121.diff
LOG: [test] Fix filecheck annotation typos (#91854)
Similar to https://github.com/rust-lang/rust/pull/125007
Added:
Modified:
polly/test/CodeGen/alias_metadata_too_many_arrays.ll
Removed:
################################################################################
diff --git a/polly/test/CodeGen/alias_metadata_too_many_arrays.ll b/polly/test/CodeGen/alias_metadata_too_many_arrays.ll
index 68c17a807e8e4..4186b8521a535 100644
--- a/polly/test/CodeGen/alias_metadata_too_many_arrays.ll
+++ b/polly/test/CodeGen/alias_metadata_too_many_arrays.ll
@@ -16,7 +16,7 @@
; }
; }
;
-; CHECK-LABEL @manyarrays
+; CHECK-LABEL: @manyarrays
; CHECK: load{{.*}}!alias.scope
; CHECK: store{{.*}}!alias.scope
; CHECK: load{{.*}}!alias.scope
More information about the llvm-commits
mailing list