X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FGlobalValue.h;h=58d02576c17e960ad763c3008a9727ed839c57d4;hb=50cf36351cefbc64bca9b82b4a3897394feecac7;hp=391b8305cd71f5298d565c10b777182b784f2e2b;hpb=32811bef956e0fae4329e6515420d85f7e510660;p=oota-llvm.git diff --git a/include/llvm/GlobalValue.h b/include/llvm/GlobalValue.h index 391b8305cd7..58d02576c17 100644 --- a/include/llvm/GlobalValue.h +++ b/include/llvm/GlobalValue.h @@ -26,7 +26,7 @@ class PointerType; class Module; class GlobalValue : public Constant { - GlobalValue(const GlobalValue &); // do not implement + GlobalValue(const GlobalValue &) LLVM_DELETED_FUNCTION; public: /// @brief An enumeration for the kinds of linkage for global values. enum LinkageTypes {