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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 21:23:36 PST 2022


Author: Craig Topper
Date: 2022-12-06T21:20:00-08:00
New Revision: d42c76aba0f4465cd4ae4ed0c0cc64d141cdf476

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

LOG: [RISCV] Remove trailing whitespace. NFC

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCV.td b/llvm/lib/Target/RISCV/RISCV.td
index 3f42886acc52..991aafeb2f0a 100644
--- a/llvm/lib/Target/RISCV/RISCV.td
+++ b/llvm/lib/Target/RISCV/RISCV.td
@@ -301,7 +301,7 @@ def HasStdExtCOrZcd
                 AssemblerPredicate<(any_of FeatureStdExtC, FeatureExtZcd),
                                    "'C' (Compressed Instructions) or "
                                    "'Zcd' (Compressed Double-Precision Floating-Point Instructions)">;
-                                   
+
 def FeatureExtZcf
     : SubtargetFeature<"experimental-zcf", "HasStdExtZcf", "true",
                        "'Zcf' (Compressed Single-Precision Floating-Point Instructions)">;


        


More information about the llvm-commits mailing list