https://github.com/kimsh02 created https://github.com/llvm/llvm-project/pull/165209
Not sure if this warrants a PR, but I realized there was a typo in a test filename from my previous PR #164387. >From a5f2c803f28cb3f32d2eb172d2b18616c74bbb07 Mon Sep 17 00:00:00 2001 From: kimsh02 <[email protected]> Date: Sun, 26 Oct 2025 23:59:47 -0700 Subject: [PATCH] Fix typo --- .../test/CIR/CodeGen/{builtin_prefetech.c => builtin_prefetch.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename clang/test/CIR/CodeGen/{builtin_prefetech.c => builtin_prefetch.c} (100%) diff --git a/clang/test/CIR/CodeGen/builtin_prefetech.c b/clang/test/CIR/CodeGen/builtin_prefetch.c similarity index 100% rename from clang/test/CIR/CodeGen/builtin_prefetech.c rename to clang/test/CIR/CodeGen/builtin_prefetch.c _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
