Skip to content
  • Andrew Trick's avatar
    Fix library visibility problems with VLIWPacketizer. · 20349b88
    Andrew Trick authored
    The existing framework for postra scheduling is library local. We want to keep it that way. Soon we will have a more general MachineScheduler interface. At that time, various bits will be exposed to targets. In the meantime, the VLIWPacketizer wants to use ScheduleDAGInstrs directly, so it needs to wrapped in a PIMPL to avoid exposing it to the target interface.
    
    llvm-svn: 150633
    20349b88
Loading