Skip to content

Commit

Permalink
[CodeGen] Remove unused forward declaration MachineRegisterInfo
Browse files Browse the repository at this point in the history
The last use was removed by:

  commit b14e30f
  Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe@amd.com>
  Date:   Thu Jul 27 09:54:50 2023 +0530
  • Loading branch information
kazutakahirata committed Aug 5, 2023
1 parent c15e7bb commit b53f6ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/CodeGen/MachineSSAContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "llvm/Support/Printable.h"

namespace llvm {
class MachineRegisterInfo;
class MachineInstr;
class MachineFunction;
class Register;
Expand Down

0 comments on commit b53f6ef

Please sign in to comment.