summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/DFAPacketizer.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-03-07 23:01:09 +0000
committerAndrew Trick <atrick@apple.com>2012-03-07 23:01:09 +0000
commit7afcda0c582f57a46de32e88ad6c6d5b25d513ce (patch)
treed2860be1254e186aec0ee19ad7e0d92abdd071ed /include/llvm/CodeGen/DFAPacketizer.h
parented395c8c475692f5a43eb4b5c5562503d67616d0 (diff)
downloadllvm-7afcda0c582f57a46de32e88ad6c6d5b25d513ce.tar.gz
llvm-7afcda0c582f57a46de32e88ad6c6d5b25d513ce.tar.bz2
llvm-7afcda0c582f57a46de32e88ad6c6d5b25d513ce.tar.xz
Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/DFAPacketizer.h')
-rw-r--r--include/llvm/CodeGen/DFAPacketizer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/DFAPacketizer.h b/include/llvm/CodeGen/DFAPacketizer.h
index 0694caa346..ee1ed0779b 100644
--- a/include/llvm/CodeGen/DFAPacketizer.h
+++ b/include/llvm/CodeGen/DFAPacketizer.h
@@ -36,6 +36,7 @@ class MachineInstr;
class MachineLoopInfo;
class MachineDominatorTree;
class InstrItineraryData;
+class ScheduleDAGInstrs;
class SUnit;
class DFAPacketizer {
@@ -91,7 +92,7 @@ class VLIWPacketizerList {
const TargetInstrInfo *TII;
// Encapsulate data types not exposed to the target interface.
- void *SchedulerImpl;
+ ScheduleDAGInstrs *SchedulerImpl;
protected:
// Vector of instructions assigned to the current packet.