Skip to content

Commit

Permalink
[CodeGen] Remove unused declaration createVLIWSched
Browse files Browse the repository at this point in the history
The declaration was added without a corresponding function by:

  commit cc3bb85
  Author: James Nagurne <j-nagurne@ti.com>
  Date:   Fri Oct 22 17:08:16 2021 -0500
  • Loading branch information
kazutakahirata committed Jun 23, 2023
1 parent d4d8cd8 commit 7175d6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/include/llvm/CodeGen/VLIWMachineScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ class ConvergingVLIWScheduler : public MachineSchedStrategy {
#endif
};

ScheduleDAGMILive *createVLIWSched(MachineSchedContext *C);

} // end namespace llvm

#endif // LLVM_CODEGEN_VLIWMACHINESCHEDULER_H

0 comments on commit 7175d6a

Please sign in to comment.