mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[NFC] Fix early line-break in doxygen comment
This commit is contained in:
parent
aabc612e68
commit
2db8b2b6fc
@ -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
Block a user