[llvm] [SimplifyCFG] Better aligned a comment. (PR #109307)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 09:22:39 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 620738e66260f00f08808b3e676a697fc32db92e 3a2e0feaf2878993080ea2944d5d63de364a8950 --extensions cpp -- llvm/lib/Transforms/Utils/SimplifyCFG.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index 2046ac4cc3..08318b6788 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -406,7 +406,7 @@ static InstructionCost computeSpeculationCost(const User *I,
 
 /// If we have a merge point of an "if condition" as accepted above,
 /// return true if the specified value dominates the block.  We don't handle
-/// the true generality of domination here, just a special case which works 
+/// the true generality of domination here, just a special case which works
 /// well enough for us.
 ///
 /// If AggressiveInsts is non-null, and if V does not dominate BB, we check to

``````````

</details>


https://github.com/llvm/llvm-project/pull/109307


More information about the llvm-commits mailing list