Add missing newlines at EOF (for clang++).
[oota-llvm.git] / lib / Transforms / Utils / BasicInliner.cpp
index 4b720b1e323cb5561791f46b603d1c3d42d8cf21..b5ffe0606504ae41275fd1d09af4ae1089aad340 100644 (file)
@@ -34,7 +34,7 @@ namespace llvm {
 
   /// BasicInlinerImpl - BasicInliner implemantation class. This hides
   /// container info, used by basic inliner, from public interface.
-  struct VISIBILITY_HIDDEN BasicInlinerImpl {
+  struct BasicInlinerImpl {
     
     BasicInlinerImpl(const BasicInlinerImpl&); // DO NOT IMPLEMENT
     void operator=(const BasicInlinerImpl&); // DO NO IMPLEMENT