[llvm] Revert "[NFC][EarlyIfConverter] Replace boolean Predicate for a class (#108519)" (PR #111372)

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 05:50:38 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 a018353f4b2207c6e6a82408cfe51152b03f7868 99278ad53c9c889524915b6b595ee8fb311b31bd --extensions cpp -- llvm/lib/CodeGen/EarlyIfConversion.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/CodeGen/EarlyIfConversion.cpp b/llvm/lib/CodeGen/EarlyIfConversion.cpp
index 99ffc01ca4..c827d5bdcf 100644
--- a/llvm/lib/CodeGen/EarlyIfConversion.cpp
+++ b/llvm/lib/CodeGen/EarlyIfConversion.cpp
@@ -186,7 +186,6 @@ public:
 };
 } // end anonymous namespace
 
-
 /// canSpeculateInstrs - Returns true if all the instructions in MBB can safely
 /// be speculated. The terminators are not considered.
 ///

``````````

</details>


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


More information about the llvm-commits mailing list