[llvm-branch-commits] [llvm] [ARM] Fix more typos (NFC) (PR #183087)
Jonathan Thackray via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 6 09:55:30 PST 2026
https://github.com/jthackray updated https://github.com/llvm/llvm-project/pull/183087
>From a84653f3fd1edc818cc4a561fde19f9e1785469b Mon Sep 17 00:00:00 2001
From: Jonathan Thackray <jonathan.thackray at arm.com>
Date: Thu, 5 Mar 2026 23:24:56 +0000
Subject: [PATCH] Fix more typos in the AArch64 codebase using the
Created using spr 1.3.7
---
llvm/lib/Target/ARM/ARMSubtarget.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index ac1c338a5baa1..5cd64058374b5 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp
@@ -429,7 +429,7 @@ bool ARMSubtarget::enableMachinePipeliner() const {
return getSchedModel().hasInstrSchedModel() && useMachinePipeliner();
}
-bool ARMSubtarget::useDFForSMS() const { return false; }
+bool ARMSubtarget::useDFAforSMS() const { return false; }
// This overrides the PostRAScheduler bit in the SchedModel for any CPU.
bool ARMSubtarget::enablePostRAScheduler() const {
More information about the llvm-branch-commits
mailing list