Skip to content

Commit 15c04d5

Browse files
committed
[TargetParser][AArch64] Update a comment now that FMV support builtins have moved. NFC
1 parent 463529f commit 15c04d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/TargetParser/AArch64TargetParser.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ struct ArchInfo;
3232
struct CpuInfo;
3333

3434
// Function Multi Versioning CPU features. They must be kept in sync with
35-
// compiler-rt enum CPUFeatures in lib/builtins/cpu_model.c with FEAT_MAX as
36-
// sentinel.
35+
// compiler-rt enum CPUFeatures in lib/builtins/cpu_model/aarch64.c with
36+
// FEAT_MAX as sentinel.
3737
enum CPUFeatures {
3838
FEAT_RNG,
3939
FEAT_FLAGM,

0 commit comments

Comments
 (0)