[llvm] b1d0fe0 - [RISCV] Remove trailing whitespace. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 10:11:02 PDT 2024


Author: Craig Topper
Date: 2024-10-29T10:09:28-07:00
New Revision: b1d0fe095ba93df47b5db20a3bd55f9ff857836e

URL: https://github.com/llvm/llvm-project/commit/b1d0fe095ba93df47b5db20a3bd55f9ff857836e
DIFF: https://github.com/llvm/llvm-project/commit/b1d0fe095ba93df47b5db20a3bd55f9ff857836e.diff

LOG: [RISCV] Remove trailing whitespace. NFC

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVFeatures.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVFeatures.td b/llvm/lib/Target/RISCV/RISCVFeatures.td
index 6f43c832fd4d2a..1e4bf1b8830bcc 100644
--- a/llvm/lib/Target/RISCV/RISCVFeatures.td
+++ b/llvm/lib/Target/RISCV/RISCVFeatures.td
@@ -1040,7 +1040,7 @@ def FeatureStdExtSvpbmt
 
 def FeatureStdExtSvvptc
     : RISCVExtension<"svvptc", 1, 0,
-                     "'svvptc' (Obviating Memory-Management Instructions after Marking PTEs Valid)">;                    
+                     "'svvptc' (Obviating Memory-Management Instructions after Marking PTEs Valid)">;
 
 def FeatureStdExtSha
     : RISCVExtension<"sha", 1, 0,


        


More information about the llvm-commits mailing list