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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 15:53:49 PST 2025


https://github.com/topperc created https://github.com/llvm/llvm-project/pull/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

>From 128f1db3b7b6eb20b9b7027e825a3924ee53ad23 Mon Sep 17 00:00:00 2001
From: Craig Topper <craig.topper at sifive.com>
Date: Fri, 12 Dec 2025 15:51:34 -0800
Subject: [PATCH] [SelectionDAG] Remove single quote around GET_ROUNDING in
 doxygen comment in ISDOPcode.h. NFC

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
---
 llvm/include/llvm/CodeGen/ISDOpcodes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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