Update Polly for the removal of LLVM_DELETED_FUNCTION now that '= delete' works on...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 23:40:18 +0000 (23:40 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 15 Feb 2015 23:40:18 +0000 (23:40 +0000)
commitc4d7bc3fccf6cb9f20e29794245a63e9965a4596
tree34c35549119ea650e015386e7d50585837b95a0c
parentda9d3879294e1f12014d6f9394830584e4091ea7
Update Polly for the removal of LLVM_DELETED_FUNCTION now that '= delete' works on all supported compilers (MSVC2012 compat has been dropped)

llvm-svn: 229344
polly/include/polly/ScopDetection.h
polly/include/polly/ScopInfo.h
polly/include/polly/TempScopInfo.h
polly/lib/Transform/Canonicalization.cpp
polly/lib/Transform/CodePreparation.cpp