Skip to content

Commit 2bb10d2

Browse files
committed
Remove static keyword
as suggested by review comment.
1 parent 7d7486a commit 2bb10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/LivePhysRegs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ static inline bool recomputeLiveIns(MachineBasicBlock &MBB) {
211211

212212
/// Convenience function for recomputing live-in's for a set of MBBs until the
213213
/// computation converges.
214-
static inline void
214+
inline void
215215
fullyRecomputeLiveIns(ArrayRef<MachineBasicBlock *> MBBs) {
216216
bool AnyChange;
217217
do {

0 commit comments

Comments
 (0)