summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-11-09 23:30:15 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-11-09 23:30:15 +0000
commit53b8177796548a3bc3c2ec4b3bd967635c916f51 (patch)
tree49df9b5194217a72793b8fec133968a8b08f2e7b /llvm/lib/CodeGen
parent88ab3c70e6baf0485a40e32eafde84739402b336 (diff)
downloadbcm5719-llvm-53b8177796548a3bc3c2ec4b3bd967635c916f51.tar.gz
bcm5719-llvm-53b8177796548a3bc3c2ec4b3bd967635c916f51.zip
Fix -Wdeprecated warnings due to the use of copy ops on SCEVPredicate derived class objects
SCEVUnionPredicate is copied constructed here: lib/Transforms/Scalar/LoopDistribute.cpp:793 and move assigned (which can use the base class's copy ctor just fine/without extra cost (I'd add it if it weren't for MSVC's issues meaning = default is insufficient)) here: lib/Transforms/Utils/LoopVersioning.cpp:46 llvm-svn: 252537
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud