[CodeGen] Reduce visibility of implementation details
[oota-llvm.git] / lib / CodeGen / AntiDepBreaker.h
index a61a8efa4da01bdc871254912a3dd62110e00ab5..9f05200dcdf34acf9ae993a10882aa5bb99cd3d9 100644 (file)
@@ -27,7 +27,7 @@ namespace llvm {
 
 /// This class works in conjunction with the post-RA scheduler to rename
 /// registers to break register anti-dependencies (WAR hazards).
-class AntiDepBreaker {
+class LLVM_LIBRARY_VISIBILITY AntiDepBreaker {
 public:
   typedef std::vector<std::pair<MachineInstr *, MachineInstr *> > 
     DbgValueVector;