misched prep: Remove LLVM_LIBRARY_VISIBILITY from ScheduleDAGInstrs.
authorAndrew Trick <atrick@apple.com>
Wed, 7 Mar 2012 23:01:02 +0000 (23:01 +0000)
committerAndrew Trick <atrick@apple.com>
Wed, 7 Mar 2012 23:01:02 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152260 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ScheduleDAGInstrs.h

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