| 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
|
|
|