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

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@229344 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopDetection.h
include/polly/ScopInfo.h
include/polly/TempScopInfo.h
lib/Transform/Canonicalization.cpp
lib/Transform/CodePreparation.cpp