================
@@ -14,13 +14,14 @@
 #define LLVM_CODEGEN_MACHINEBRANCHPROBABILITYINFO_H
 
 #include "llvm/CodeGen/MachineBasicBlock.h"
-#include "llvm/CodeGen/MachinePassManager.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/BranchProbability.h"
 
 namespace llvm {
 
-class MachineBranchProbabilityInfo {
+class MachineBranchProbabilityInfo : public ImmutablePass {
----------------
arsenm wrote:

The parts I actually committed. I don't know why 
"[martinboehme](https://github.com/martinboehme) and others added 14 commits 
[12 hours 
ago](https://github.com/llvm/llvm-project/pull/96442#commits-pushed-803aa88)" 
happened, adding all this other stuff to my personal branch. This has happened 
several other times, but not consistently 

https://github.com/llvm/llvm-project/pull/96442
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to