Revert "Give internal classes hidden visibility."
It works with clang, but GCC has different rules so we can't make all of those
hidden. This reverts commit r190534.
llvm-svn: 190536
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.h b/llvm/lib/Bitcode/Writer/ValueEnumerator.h
index f208eb3..d1ca15f 100644
--- a/llvm/lib/Bitcode/Writer/ValueEnumerator.h
+++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.h
@@ -34,7 +34,7 @@
class MDSymbolTable;
class raw_ostream;
-class LLVM_LIBRARY_VISIBILITY ValueEnumerator {
+class ValueEnumerator {
public:
typedef std::vector<Type*> TypeList;