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

Unified Diff: lib/Transforms/NaCl/RemoveAsmMemory.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/Transforms/NaCl/RemoveAsmMemory.cpp
diff --git a/lib/Transforms/NaCl/RemoveAsmMemory.cpp b/lib/Transforms/NaCl/RemoveAsmMemory.cpp
index 5224fcabb2ce770eb1ba49cb94a24154f63409c3..eb7a32c9d3f0a5ab11e6852f734c1b39ea0e0457 100644
--- a/lib/Transforms/NaCl/RemoveAsmMemory.cpp
+++ b/lib/Transforms/NaCl/RemoveAsmMemory.cpp
@@ -45,9 +45,8 @@ public:
private:
bool ModifiedFunction;
- AsmDirectivesVisitor(const AsmDirectivesVisitor &) LLVM_DELETED_FUNCTION;
- AsmDirectivesVisitor &operator=(
- const AsmDirectivesVisitor &) LLVM_DELETED_FUNCTION;
+ AsmDirectivesVisitor(const AsmDirectivesVisitor &) = delete;
+ AsmDirectivesVisitor &operator=(const AsmDirectivesVisitor &) = delete;
};
}

Powered by Google App Engine
This is Rietveld 408576698