diff options
| author | Owen Anderson <resistor@mac.com> | 2016-02-25 23:34:21 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2016-02-25 23:34:21 +0000 |
| commit | 7bd3499d05de028251b36a373dfcc4ba56a97a41 (patch) | |
| tree | d12c1c0696ac6752560cab039caca77d445f9be6 | |
| parent | 58e4c6bdbafcf4536668a55f011c191f0a604fd3 (diff) | |
| download | bcm5719-llvm-7bd3499d05de028251b36a373dfcc4ba56a97a41.tar.gz bcm5719-llvm-7bd3499d05de028251b36a373dfcc4ba56a97a41.zip | |
More internal details of SROA pass to library visibility.
llvm-svn: 261934
| -rw-r--r-- | llvm/include/llvm/Transforms/Scalar/SROA.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar/SROA.h b/llvm/include/llvm/Transforms/Scalar/SROA.h index f90cc7b686b..2c441ce538b 100644 --- a/llvm/include/llvm/Transforms/Scalar/SROA.h +++ b/llvm/include/llvm/Transforms/Scalar/SROA.h @@ -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; |

