diff options
| author | Shawn K <kimshawn02@icloud.com> | 2025-10-30 05:58:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 20:58:25 +0800 |
| commit | 5c5cef32607235f9c2b20a308ff5720dbb565c82 (patch) | |
| tree | 33fd67ccd38e88a4193d221549c6ebf978ff46f7 | |
| parent | ea034477fd9b2205b5fa45028ae13e2c2b0467d1 (diff) | |
| download | llvm-5c5cef32607235f9c2b20a308ff5720dbb565c82.zip llvm-5c5cef32607235f9c2b20a308ff5720dbb565c82.tar.gz llvm-5c5cef32607235f9c2b20a308ff5720dbb565c82.tar.bz2 | |
[CIR] Upstream handling for __builtin_prefetch (Typo Fix) (#165209)
Not sure if this warrants a PR, but I realized there was a typo in a
test filename from my previous PR #164387.
| -rw-r--r-- | clang/test/CIR/CodeGen/builtin_prefetch.c (renamed from clang/test/CIR/CodeGen/builtin_prefetech.c) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/clang/test/CIR/CodeGen/builtin_prefetech.c b/clang/test/CIR/CodeGen/builtin_prefetch.c index cfe85b9..cfe85b9 100644 --- a/clang/test/CIR/CodeGen/builtin_prefetech.c +++ b/clang/test/CIR/CodeGen/builtin_prefetch.c |
