[llvm] [LiveIns] Improve recomputeLiveIns() (PR #88951)

Kai Nacke via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 12:18:03 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:

Fixed.

https://github.com/llvm/llvm-project/pull/88951


More information about the llvm-commits mailing list