diff options
author | Adam Nemet <anemet@apple.com> | 2015-02-18 03:42:15 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2015-02-18 03:42:15 +0000 |
commit | b729f40887db2815a4357123590cf577cb5e60e0 (patch) | |
tree | 8efb589c2641756ef05c77eaaafa7fae5b0ee7c4 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 1defd5afbd4f86ba3dcfb564002eb3cf964efa3b (diff) | |
download | bcm5719-llvm-b729f40887db2815a4357123590cf577cb5e60e0.tar.gz bcm5719-llvm-b729f40887db2815a4357123590cf577cb5e60e0.zip |
[LoopAccesses] Make raw_string_ostream local in VectorizationReport
Since VectorizationReport will be part of the result of the analysis it
will be stored in a container. However, one of its members is a
raw_string_ostream which cannot be copy-constructed.
This makes the raw_string_ostream local to the << operator.
This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.
llvm-svn: 229620
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions