[llvm] [NFC][EarlyIfConverter] Turn SSAIfConv into a local variable (PR #107390)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 11 05:04:28 PDT 2024
    
    
  
================
@@ -163,8 +163,7 @@ class SSAIfConv {
   void rewritePHIOperands();
 
 public:
-  /// runOnMachineFunction - Initialize per-function data structures.
-  void runOnMachineFunction(MachineFunction &MF) {
----------------
arsenm wrote:
runOnMachineFunction was a deceptive name for something that's not a pass 
https://github.com/llvm/llvm-project/pull/107390
    
    
More information about the llvm-commits
mailing list