[llvm-branch-commits] [ARM] Fix more typos (NFC) (PR #183087)

David Green via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 25 00:51:02 PST 2026


================
@@ -429,7 +429,7 @@ bool ARMSubtarget::enableMachinePipeliner() const {
   return getSchedModel().hasInstrSchedModel() && useMachinePipeliner();
 }
 
-bool ARMSubtarget::useDFAforSMS() const { return false; }
+bool ARMSubtarget::useDFForSMS() const { return false; }
----------------
davemgreen wrote:

This looks incorrect?

https://github.com/llvm/llvm-project/pull/183087


More information about the llvm-branch-commits mailing list