misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2012-03-07 23:01:02 +00:00
parent d790cada33
commit ed8a0ecaa8

View File

@ -34,7 +34,7 @@ namespace llvm {
/// For example, loop induction variable increments should be /// For example, loop induction variable increments should be
/// scheduled as soon as possible after the variable's last use. /// scheduled as soon as possible after the variable's last use.
/// ///
class LLVM_LIBRARY_VISIBILITY LoopDependencies { class LoopDependencies {
const MachineLoopInfo &MLI; const MachineLoopInfo &MLI;
const MachineDominatorTree &MDT; const MachineDominatorTree &MDT;
@ -164,7 +164,7 @@ namespace llvm {
/// ScheduleDAGInstrs - A ScheduleDAG subclass for scheduling lists of /// ScheduleDAGInstrs - A ScheduleDAG subclass for scheduling lists of
/// MachineInstrs. /// MachineInstrs.
class LLVM_LIBRARY_VISIBILITY ScheduleDAGInstrs : public ScheduleDAG { class ScheduleDAGInstrs : public ScheduleDAG {
protected: protected:
const MachineLoopInfo &MLI; const MachineLoopInfo &MLI;
const MachineDominatorTree &MDT; const MachineDominatorTree &MDT;