diff options
Diffstat (limited to 'include/llvm/CodeGen/DFAPacketizer.h')
-rw-r--r-- | include/llvm/CodeGen/DFAPacketizer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/DFAPacketizer.h b/include/llvm/CodeGen/DFAPacketizer.h index a88e6dd428..d662c13942 100644 --- a/include/llvm/CodeGen/DFAPacketizer.h +++ b/include/llvm/CodeGen/DFAPacketizer.h @@ -36,7 +36,7 @@ class MachineInstr; class MachineLoopInfo; class MachineDominatorTree; class InstrItineraryData; -class ScheduleDAGInstrs; +class VLIWPacketizerImpl; class SUnit; class DFAPacketizer { @@ -91,8 +91,8 @@ class VLIWPacketizerList { const MachineFunction &MF; const TargetInstrInfo *TII; - // The VLIW Scheduler. - ScheduleDAGInstrs *VLIWScheduler; + // Encapsulate data types not exposed to the target interface. + VLIWPacketizerImpl *Impl; protected: // Vector of instructions assigned to the current packet. |