[llvm] e8f9540 - [NFC] Fix early line-break in doxygen comment
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 23:25:26 PDT 2021
Author: Fraser Cormack
Date: 2021-07-23T07:16:05+01:00
New Revision: e8f95403629a7bb261bcad982bd28c97b01f077e
URL: https://github.com/llvm/llvm-project/commit/e8f95403629a7bb261bcad982bd28c97b01f077e
DIFF: https://github.com/llvm/llvm-project/commit/e8f95403629a7bb261bcad982bd28c97b01f077e.diff
LOG: [NFC] Fix early line-break in doxygen comment
Added:
Modified:
llvm/include/llvm/CodeGen/ISDOpcodes.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h
index f062339cabcb..6803f4d76cf0 100644
--- a/llvm/include/llvm/CodeGen/ISDOpcodes.h
+++ b/llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -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,
More information about the llvm-commits
mailing list