Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim trailing whitespaces in MCInstrAnalysis.h. NFC. #85805

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

rampitec
Copy link
Collaborator

No description provided.

Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff 66125ad8e9978e6fdec0e1c3ff83e717eff07aca 63db4ab9cdac5729ee0f4e240ad3354a21202e9e -- llvm/include/llvm/MC/MCInstrAnalysis.h
View the diff from clang-format here.
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

@rampitec rampitec merged commit 25bb743 into llvm:main Mar 19, 2024
3 of 5 checks passed
@rampitec rampitec deleted the whitespace branch March 19, 2024 15:48
chencha3 pushed a commit to chencha3/llvm-project that referenced this pull request Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant