[llvm] [NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1 (PR #81744)

Philipp Tomsich via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 06:54:18 PST 2024


https://github.com/ptomsich created https://github.com/llvm/llvm-project/pull/81744

None

>From fce620da36d95a8a4f2483e977aecf38680503f1 Mon Sep 17 00:00:00 2001
From: Philipp Tomsich <philipp.tomsich at vrull.eu>
Date: Wed, 14 Feb 2024 15:51:54 +0100
Subject: [PATCH] [NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1

---
 llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td b/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
index 7e041dbd2abaea..613db353cb0aaa 100644
--- a/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
+++ b/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
@@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
   list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
                                                     SMEUnsupported.F,
                                                     [HasMTE, HasCPA,
-						    HasCSSC]);
+                                                    HasCSSC]);
 }
 
 //===----------------------------------------------------------------------===//



More information about the llvm-commits mailing list