================
@@ -45,10 +45,10 @@ void test_cleanup_array() {
// CIR: cir.return
// LLVM: define{{.*}} void @_Z18test_cleanup_arrayv()
+// LLVM: %[[ITER:.*]] = alloca ptr, i64 1
----------------
andykaylor wrote:```suggestion // LLVM: %[[ITER:.*]] = alloca ptr ``` https://github.com/llvm/llvm-project/pull/180276 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
