Update comment.
[oota-llvm.git] / lib / CodeGen / AntiDepBreaker.h
index b6e5450e0d6a0b7c0867683a4b91ebafca481e27..df47f984d57817bdd75e1b21eff31b9eb1c07325 100644 (file)
@@ -28,7 +28,7 @@ namespace llvm {
 /// AntiDepBreaker - This class works into conjunction with the
 /// post-RA scheduler to rename registers to break register
 /// anti-dependencies.
-class LLVM_LIBRARY_VISIBILITY AntiDepBreaker {
+class AntiDepBreaker {
 public:
   typedef std::vector<std::pair<MachineInstr *, MachineInstr *> > 
     DbgValueVector;