R600: Use masked read sel for texture instructions
[oota-llvm.git] / lib / IR / LeaksContext.h
index 78cd695ecd1b3992f339f7ab969616d0376068ce..5038dc9d6d6d676f411e34ab95aaaf246837b7cb 100644 (file)
@@ -28,7 +28,7 @@ struct PrinterTrait<Value> {
 };
 
 template <typename T>
-struct LLVM_LIBRARY_VISIBILITY LeakDetectorImpl {
+struct LeakDetectorImpl {
   explicit LeakDetectorImpl(const char* const name = "") : 
     Cache(0), Name(name) { }