forked from OSchip/llvm-project
[NFC] Fix early line-break in doxygen comment
This commit is contained in:
parent
f26ac73fa9
commit
e8f9540362
|
@ -347,9 +347,8 @@ enum NodeType {
|
|||
USHLSAT,
|
||||
|
||||
/// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point multiplication
|
||||
/// on
|
||||
/// 2 integers with the same width and scale. SCALE represents the scale of
|
||||
/// both operands as fixed point numbers. This SCALE parameter must be a
|
||||
/// on 2 integers with the same width and scale. SCALE represents the scale
|
||||
/// of both operands as fixed point numbers. This SCALE parameter must be a
|
||||
/// constant integer. A scale of zero is effectively performing
|
||||
/// multiplication on 2 integers.
|
||||
SMULFIX,
|
||||
|
|
Loading…
Reference in New Issue