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

Unified Diff: lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp

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/Analysis/NaClObjDump.cpp
diff --git a/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp b/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp
index 3699f1f5bda143009f77b8197f4cd12baeae727c..3f0aa604bc168513965857b84baeb605cce5365a 100644
--- a/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp
+++ b/lib/Bitcode/NaCl/Analysis/NaClObjDump.cpp
@@ -550,8 +550,8 @@ static void NaClGetExpectedLoadStoreAlignment(
/// Top-level class to parse bitcode file and transform to
/// corresponding disassembled code.
class NaClDisTopLevelParser : public NaClBitcodeParser {
- NaClDisTopLevelParser(const NaClDisTopLevelParser&) LLVM_DELETED_FUNCTION;
- void operator=(const NaClDisTopLevelParser&) LLVM_DELETED_FUNCTION;
+ NaClDisTopLevelParser(const NaClDisTopLevelParser&) = delete;
+ void operator=(const NaClDisTopLevelParser&) = delete;
public:
NaClDisTopLevelParser(NaClBitcodeHeader &Header,

Powered by Google App Engine
This is Rietveld 408576698