Skip to content

Commit

Permalink
[CodeGen] Remove unused declaration setLiveInsUsed (NFC)
Browse files Browse the repository at this point in the history
The corresponding definition was removed on Jan 20, 2017 in commit
710a4c1.
  • Loading branch information
kazutakahirata committed Aug 21, 2021
1 parent ec66ed7 commit 24d4cbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/include/llvm/CodeGen/RegisterScavenging.h
Expand Up @@ -211,9 +211,6 @@ class RegScavenger {
/// Initialize RegisterScavenger.
void init(MachineBasicBlock &MBB);

/// Mark live-in registers of basic block as used.
void setLiveInsUsed(const MachineBasicBlock &MBB);

/// Spill a register after position \p After and reload it before position
/// \p UseMI.
ScavengedInfo &spill(Register Reg, const TargetRegisterClass &RC, int SPAdj,
Expand Down

0 comments on commit 24d4cbe

Please sign in to comment.