Fix library visibility problems with VLIWPacketizer.
authorAndrew Trick <atrick@apple.com>
Wed, 15 Feb 2012 23:34:15 +0000 (23:34 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 15 Feb 2012 23:34:15 +0000 (23:34 +0000)
commite746186ed4f61bf5eba13112cb8419c95cf58e52
treea90122c3aa0af4512f76e363dbe5a2dd1f5bb93d
parent426f21573219eeba8f6981d7ddb4f1d2445b6343
Fix library visibility problems with VLIWPacketizer.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150633 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DFAPacketizer.h
lib/CodeGen/DFAPacketizer.cpp