More internal details of SROA pass to library visibility.

llvm-svn: 261934
This commit is contained in:
Owen Anderson 2016-02-25 23:34:21 +00:00
parent da5fbf58c8
commit d302ba20c3

View File

@ -26,7 +26,7 @@ namespace llvm {
/// A private "module" namespace for types and utilities used by SROA. These
/// are implementation details and should not be used by clients.
namespace sroa {
namespace sroa LLVM_LIBRARY_VISIBILITY {
class AllocaSliceRewriter;
class AllocaSlices;
class Partition;