Skip to content

Commit 9483353

Browse files
authored
[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
1 parent e0379b8 commit 9483353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ enum NodeType {
959959

960960
/// Set rounding mode.
961961
/// The first operand is a chain pointer. The second specifies the required
962-
/// rounding mode, encoded in the same way as used in '``GET_ROUNDING``'.
962+
/// rounding mode, encoded in the same way as used in GET_ROUNDING.
963963
SET_ROUNDING,
964964

965965
/// X = FP_EXTEND(Y) - Extend a smaller FP type into a larger FP type.

0 commit comments

Comments
 (0)