summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/DFAPacketizer.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-23 13:39:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-23 13:39:13 +0000
commit92fc97afa742000aeb81d862abbaaba50b27a000 (patch)
treee4375fce8b88f0146e6d2024afec993f0fa57952 /include/llvm/CodeGen/DFAPacketizer.h
parent1b14f20ef7b35b9209ba6ab394773278936babe9 (diff)
downloadllvm-92fc97afa742000aeb81d862abbaaba50b27a000.tar.gz
llvm-92fc97afa742000aeb81d862abbaaba50b27a000.tar.bz2
llvm-92fc97afa742000aeb81d862abbaaba50b27a000.tar.xz
Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler as an opaque pointer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/DFAPacketizer.h')
-rw-r--r--include/llvm/CodeGen/DFAPacketizer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/DFAPacketizer.h b/include/llvm/CodeGen/DFAPacketizer.h
index d662c13942..0694caa346 100644
--- a/include/llvm/CodeGen/DFAPacketizer.h
+++ b/include/llvm/CodeGen/DFAPacketizer.h
@@ -36,7 +36,6 @@ class MachineInstr;
class MachineLoopInfo;
class MachineDominatorTree;
class InstrItineraryData;
-class VLIWPacketizerImpl;
class SUnit;
class DFAPacketizer {
@@ -92,7 +91,7 @@ class VLIWPacketizerList {
const TargetInstrInfo *TII;
// Encapsulate data types not exposed to the target interface.
- VLIWPacketizerImpl *Impl;
+ void *SchedulerImpl;
protected:
// Vector of instructions assigned to the current packet.