Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
[oota-llvm.git] / lib / Transforms / IPO / DeadTypeElimination.cpp
index 85aed2b7915d72729cd0199cd1abf8c3b0f1eb1c..b78fe5b4f5d9e294f60d4871dbec0634ee8ff53d 100644 (file)
@@ -25,7 +25,7 @@ using namespace llvm;
 STATISTIC(NumKilled, "Number of unused typenames removed from symtab");
 
 namespace {
-  struct VISIBILITY_HIDDEN DTE : public ModulePass {
+  struct DTE : public ModulePass {
     static char ID; // Pass identification, replacement for typeid
     DTE() : ModulePass(&ID) {}