Skip to content

Commit e8f9540

Browse files
committed
[NFC] Fix early line-break in doxygen comment
1 parent f26ac73 commit e8f9540

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,8 @@ enum NodeType {
347347
USHLSAT,
348348

349349
/// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point multiplication
350-
/// on
351-
/// 2 integers with the same width and scale. SCALE represents the scale of
352-
/// both operands as fixed point numbers. This SCALE parameter must be a
350+
/// on 2 integers with the same width and scale. SCALE represents the scale
351+
/// of both operands as fixed point numbers. This SCALE parameter must be a
353352
/// constant integer. A scale of zero is effectively performing
354353
/// multiplication on 2 integers.
355354
SMULFIX,

0 commit comments

Comments
 (0)