[llvm] 9ac73d1 - [RISCV] Fix wrong comment style. NFC

Philipp Tomsich via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 29 13:00:40 PST 2023


Author: Philipp Tomsich
Date: 2023-01-29T22:00:32+01:00
New Revision: 9ac73d125153d818783e3c0749efa1bc662399af

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

LOG: [RISCV] Fix wrong comment style.  NFC

Added: 
    

Modified: 
    llvm/lib/Support/RISCVISAInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/RISCVISAInfo.cpp b/llvm/lib/Support/RISCVISAInfo.cpp
index c4f4519e3b83..17bbcd0a4a2c 100644
--- a/llvm/lib/Support/RISCVISAInfo.cpp
+++ b/llvm/lib/Support/RISCVISAInfo.cpp
@@ -108,7 +108,7 @@ static const RISCVSupportedExtension SupportedExtensions[] = {
     {"svpbmt", RISCVExtensionVersion{1, 0}},
     {"svinval", RISCVExtensionVersion{1, 0}},
 
-    /* vendor-defined ('X') extensions */
+    // vendor-defined ('X') extensions
     {"xtheadvdot", RISCVExtensionVersion{1, 0}},
     {"xventanacondops", RISCVExtensionVersion{1, 0}},
 };


        


More information about the llvm-commits mailing list