class VLIWSchedBoundary manages resources such as dynamically allocated memory, it's generally a good practice to either implement a custom copy constructor or disable the default one.
Reviewed By: JamesNagurne
Differential Revision: https://reviews.llvm.org/D151699
Pending(ID << ConvergingVLIWScheduler::LogMaxQID, Name + ".P") {}
~VLIWSchedBoundary();
+ VLIWSchedBoundary &operator=(const VLIWSchedBoundary &other) = delete;
+ VLIWSchedBoundary(const VLIWSchedBoundary &other) = delete;
void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) {
DAG = dag;