[llvm] 9483353 - [SelectionDAG] Remove single quote around GET_ROUNDING in doxygen comment in ISDOPcode.h. NFC (#172114)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 20:22:33 PST 2025


Author: Craig Topper
Date: 2025-12-12T20:22:29-08:00
New Revision: 9483353ba2eee1f6d35312b9c5f25e95190a2709

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

LOG: [SelectionDAG] Remove single quote around GET_ROUNDING in doxygen comment in ISDOPcode.h. NFC (#172114)

This style isn't used elsewhere in this file.

Hoping this fixes the strange rendering of the enum here.
https://llvm.org/doxygen/namespacellvm_1_1ISD.html#a22ea9cec080dd5f4f47ba234c2f59110

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/ISDOpcodes.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h
index 2ef7a38019c12..39fa683fee27f 100644
--- a/llvm/include/llvm/CodeGen/ISDOpcodes.h
+++ b/llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -959,7 +959,7 @@ enum NodeType {
 
   /// Set rounding mode.
   /// The first operand is a chain pointer. The second specifies the required
-  /// rounding mode, encoded in the same way as used in '``GET_ROUNDING``'.
+  /// rounding mode, encoded in the same way as used in GET_ROUNDING.
   SET_ROUNDING,
 
   /// X = FP_EXTEND(Y) - Extend a smaller FP type into a larger FP type.


        


More information about the llvm-commits mailing list