Skip to content

Commit 7175d6a

Browse files
[CodeGen] Remove unused declaration createVLIWSched
The declaration was added without a corresponding function by: commit cc3bb85 Author: James Nagurne <[email protected]> Date: Fri Oct 22 17:08:16 2021 -0500
1 parent d4d8cd8 commit 7175d6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/CodeGen/VLIWMachineScheduler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ class ConvergingVLIWScheduler : public MachineSchedStrategy {
264264
#endif
265265
};
266266

267-
ScheduleDAGMILive *createVLIWSched(MachineSchedContext *C);
268-
269267
} // end namespace llvm
270268

271269
#endif // LLVM_CODEGEN_VLIWMACHINESCHEDULER_H

0 commit comments

Comments
 (0)