summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodePreparation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/CodePreparation.cpp')
-rw-r--r--polly/lib/CodePreparation.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/polly/lib/CodePreparation.cpp b/polly/lib/CodePreparation.cpp
index 38a107ab1c6..a81d9d8a23f 100644
--- a/polly/lib/CodePreparation.cpp
+++ b/polly/lib/CodePreparation.cpp
@@ -52,10 +52,9 @@ namespace {
/// @brief Prepare the IR for the scop detection.
///
class CodePreparation : public FunctionPass {
- // DO NOT IMPLEMENT.
- CodePreparation(const CodePreparation &);
- // DO NOT IMPLEMENT.
- const CodePreparation &operator=(const CodePreparation &);
+ CodePreparation(const CodePreparation &) LLVM_DELETED_FUNCTION;
+ const CodePreparation &operator=(
+ const CodePreparation &) LLVM_DELETED_FUNCTION;
LoopInfo *LI;
ScalarEvolution *SE;
OpenPOWER on IntegriCloud