Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Unified Diff: lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h
diff --git a/lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h b/lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h
index 46080df2a574a07264426452074b2eb8856dd57a..fc64bcd398ab548f11750b4239b5d951a6a45177 100644
--- a/lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h
+++ b/lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h
@@ -84,8 +84,8 @@ private:
/// \brief Integer type use for PNaCl conversion of pointers.
Type *IntPtrType;
- NaClValueEnumerator(const NaClValueEnumerator &) LLVM_DELETED_FUNCTION;
- void operator=(const NaClValueEnumerator &) LLVM_DELETED_FUNCTION;
+ NaClValueEnumerator(const NaClValueEnumerator &) = delete;
+ void operator=(const NaClValueEnumerator &) = delete;
public:
NaClValueEnumerator(const Module *M);

Powered by Google App Engine
This is Rietveld 408576698