[llvm] 25bb743 - Trim trailing whitespaces in MCInstrAnalysis.h. NFC. (#85805)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 08:48:34 PDT 2024
Author: Stanislav Mekhanoshin
Date: 2024-03-19T08:48:30-07:00
New Revision: 25bb7436ca3edbb0f49cef96a27f1e507b973e6c
URL: https://github.com/llvm/llvm-project/commit/25bb7436ca3edbb0f49cef96a27f1e507b973e6c
DIFF: https://github.com/llvm/llvm-project/commit/25bb7436ca3edbb0f49cef96a27f1e507b973e6c.diff
LOG: Trim trailing whitespaces in MCInstrAnalysis.h. NFC. (#85805)
Added:
Modified:
llvm/include/llvm/MC/MCInstrAnalysis.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/MC/MCInstrAnalysis.h b/llvm/include/llvm/MC/MCInstrAnalysis.h
index e3ddf0b8b8939c..87db57f74f520e 100644
--- a/llvm/include/llvm/MC/MCInstrAnalysis.h
+++ b/llvm/include/llvm/MC/MCInstrAnalysis.h
@@ -123,14 +123,14 @@ class MCInstrAnalysis {
/// broken. Each bit of the mask is associated with a specific input operand.
/// Bits associated with explicit input operands are laid out first in the
/// mask; implicit operands come after explicit operands.
- ///
+ ///
/// Dependencies are broken only for operands that have their corresponding bit
/// set. Operands that have their bit cleared, or that don't have a
/// corresponding bit in the mask don't have their dependency broken. Note
/// that Mask may not be big enough to describe all operands. The assumption
/// for operands that don't have a correspondent bit in the mask is that those
/// are still data dependent.
- ///
+ ///
/// The only exception to the rule is for when Mask has all zeroes.
/// A zero mask means: dependencies are broken for all explicit register
/// operands.
More information about the llvm-commits
mailing list