From ed8a0ecaa82726c88d1962a7df060390eb6e9c22 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Wed, 7 Mar 2012 23:01:02 +0000 Subject: [PATCH] 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 --- lib/CodeGen/ScheduleDAGInstrs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/ScheduleDAGInstrs.h b/lib/CodeGen/ScheduleDAGInstrs.h index 27fb11c2fca..5b1cbaa5ebb 100644 --- a/lib/CodeGen/ScheduleDAGInstrs.h +++ b/lib/CodeGen/ScheduleDAGInstrs.h @@ -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;