[llvm-branch-commits] [llvm] CodeGen: Move current call site out of MachineModuleInfo (PR #100369)
Daniel Paoliello via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 24 10:14:43 PDT 2024
================
@@ -183,11 +183,28 @@ class FunctionLoweringInfo {
std::vector<std::pair<MachineInstr*, unsigned> > PHINodesToUpdate;
unsigned OrigNumPHINodesToUpdate;
+ /// \name Exception Handling
----------------
dpaoliello wrote:
I don't think we need to keep this
https://github.com/llvm/llvm-project/pull/100369
More information about the llvm-branch-commits
mailing list