aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/PassInfo.h')
-rw-r--r--include/llvm/PassInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/PassInfo.h b/include/llvm/PassInfo.h
index d53daf1..d107618 100644
--- a/include/llvm/PassInfo.h
+++ b/include/llvm/PassInfo.h
@@ -138,8 +138,8 @@ public:
}
private:
- void operator=(const PassInfo &) LLVM_DELETED_FUNCTION;
- PassInfo(const PassInfo &) LLVM_DELETED_FUNCTION;
+ void operator=(const PassInfo &) = delete;
+ PassInfo(const PassInfo &) = delete;
};
}