[llvm] [LiveIns] Improve recomputeLiveIns() (PR #88951)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 16 11:55:26 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) {
----------------
redstar wrote:
Thanks - the `static` is there for ages, I forgot to remove it.
https://github.com/llvm/llvm-project/pull/88951
More information about the llvm-commits
mailing list