[llvm] Trim trailing whitespaces in MCInstrAnalysis.h. NFC. (PR #85805)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 08:44:29 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 66125ad8e9978e6fdec0e1c3ff83e717eff07aca 63db4ab9cdac5729ee0f4e240ad3354a21202e9e -- llvm/include/llvm/MC/MCInstrAnalysis.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/MC/MCInstrAnalysis.h b/llvm/include/llvm/MC/MCInstrAnalysis.h
index 87db57f74f..04834af603 100644
--- a/llvm/include/llvm/MC/MCInstrAnalysis.h
+++ b/llvm/include/llvm/MC/MCInstrAnalysis.h
@@ -124,8 +124,8 @@ public:
/// 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
+ /// 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
``````````
</details>
https://github.com/llvm/llvm-project/pull/85805
More information about the llvm-commits
mailing list