[RISCV] Fix wrong comment style. NFC
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>
Sun, 29 Jan 2023 21:00:32 +0000 (22:00 +0100)
committerPhilipp Tomsich <philipp.tomsich@vrull.eu>
Sun, 29 Jan 2023 21:00:32 +0000 (22:00 +0100)
llvm/lib/Support/RISCVISAInfo.cpp

index c4f4519..17bbcd0 100644 (file)
@@ -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}},
 };