summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2015-02-18 03:42:15 +0000
committerAdam Nemet <anemet@apple.com>2015-02-18 03:42:15 +0000
commitb729f40887db2815a4357123590cf577cb5e60e0 (patch)
tree8efb589c2641756ef05c77eaaafa7fae5b0ee7c4 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parent1defd5afbd4f86ba3dcfb564002eb3cf964efa3b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud