[PM] Remove the restricted visibility from the instcombine worklist. Now
[oota-llvm.git] / include / llvm / Transforms / InstCombine / InstCombineWorklist.h
index 720ba138bb7bc9a13cc3b569d99bc7e70c29b2da..63b6372ae232cb043b2c63491b78eb4dfd46231b 100644 (file)
@@ -23,7 +23,7 @@ namespace llvm {
 
 /// InstCombineWorklist - This is the worklist management logic for
 /// InstCombine.
-class LLVM_LIBRARY_VISIBILITY InstCombineWorklist {
+class InstCombineWorklist {
   SmallVector<Instruction*, 256> Worklist;
   DenseMap<Instruction*, unsigned> WorklistMap;