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

Unified Diff: tools/pnacl-llc/ThreadedFunctionQueue.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: tools/pnacl-llc/ThreadedFunctionQueue.h
diff --git a/tools/pnacl-llc/ThreadedFunctionQueue.h b/tools/pnacl-llc/ThreadedFunctionQueue.h
index fb1d1188eb2bf07cea0a83d0acdbf4ad8b7a273e..562efc4c5f7fa3e7d122256f2591ad90ee34fca2 100644
--- a/tools/pnacl-llc/ThreadedFunctionQueue.h
+++ b/tools/pnacl-llc/ThreadedFunctionQueue.h
@@ -108,8 +108,8 @@ class ThreadedFunctionQueue {
volatile unsigned CurrentFunction;
ThreadedFunctionQueue(
- const ThreadedFunctionQueue&) LLVM_DELETED_FUNCTION;
- void operator=(const ThreadedFunctionQueue&) LLVM_DELETED_FUNCTION;
+ const ThreadedFunctionQueue&) = delete;
+ void operator=(const ThreadedFunctionQueue&) = delete;
};
} // end namespace llvm

Powered by Google App Engine
This is Rietveld 408576698