Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
[oota-llvm.git] / lib / Transforms / Utils / LowerAllocations.cpp
index f64a30f5e80afdc3953735761d8ce7408208237a..d50a3c93eb95cd1eebeb4a2db98dfd440f444113 100644 (file)
@@ -31,7 +31,7 @@ STATISTIC(NumLowered, "Number of allocations lowered");
 namespace {
   /// LowerAllocations - Turn free instructions into @free calls.
   ///
-  class VISIBILITY_HIDDEN LowerAllocations : public BasicBlockPass {
+  class LowerAllocations : public BasicBlockPass {
     Constant *FreeFunc;   // Functions in the module we are processing
                           // Initialized by doInitialization
   public: