[llvm] [LiveIns] Improve recomputeLiveIns() (PR #88951)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 12:10:31 PDT 2024
================
@@ -197,16 +197,16 @@ void computeAndAddLiveIns(LivePhysRegs &LiveRegs,
/// Convenience function for recomputing live-in's for a MBB. Returns true if
/// any changes were made.
-static inline bool recomputeLiveIns(MachineBasicBlock &MBB) {
+inline bool recomputeLiveIns(MachineBasicBlock &MBB) {
----------------
arsenm wrote:
Yes, I mean you need to put it back or ensure this is defined somewhere
https://github.com/llvm/llvm-project/pull/88951
More information about the llvm-commits
mailing list