[CodeGen] Remove unused declaration createVLIWSched
authorKazu Hirata <kazu@google.com>
Fri, 23 Jun 2023 04:21:29 +0000 (21:21 -0700)
committerKazu Hirata <kazu@google.com>
Fri, 23 Jun 2023 04:21:29 +0000 (21:21 -0700)
The declaration was added without a corresponding function by:

  commit cc3bb85580189d4a004cfd9bd2d6286cd1c1169f
  Author: James Nagurne <j-nagurne@ti.com>
  Date:   Fri Oct 22 17:08:16 2021 -0500

llvm/include/llvm/CodeGen/VLIWMachineScheduler.h

index 74f2caa..bd12baa 100644 (file)
@@ -264,8 +264,6 @@ protected:
 #endif
 };
 
-ScheduleDAGMILive *createVLIWSched(MachineSchedContext *C);
-
 } // end namespace llvm
 
 #endif // LLVM_CODEGEN_VLIWMACHINESCHEDULER_H