[llvm] [NFC][EarlyIfConverter] Replace boolean Predicate for a class (PR #108519)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 05:51:01 PDT 2024
================
@@ -122,6 +122,17 @@ class SSAIfConv {
/// The branch condition determined by analyzeBranch.
SmallVector<MachineOperand, 4> Cond;
+ struct PredicationStrategyBase {
----------------
jmmartinez wrote:
I agree. Updated to `class` for `PredicationStrategyBase` and its derived classes.
https://github.com/llvm/llvm-project/pull/108519
More information about the llvm-commits
mailing list