| Index: tools/pnacl-llc/ThreadedStreamingCache.h
|
| diff --git a/tools/pnacl-llc/ThreadedStreamingCache.h b/tools/pnacl-llc/ThreadedStreamingCache.h
|
| index f68492d2d85cfda3148e5ce5a85cc39a31276756..f3a28238b941b6f6de52e1f906f9af9a4721f0bf 100644
|
| --- a/tools/pnacl-llc/ThreadedStreamingCache.h
|
| +++ b/tools/pnacl-llc/ThreadedStreamingCache.h
|
| @@ -68,8 +68,8 @@ class ThreadedStreamingCache : public llvm::StreamingMemoryObject {
|
| mutable uint64_t CacheBase;
|
|
|
| ThreadedStreamingCache(
|
| - const ThreadedStreamingCache&) LLVM_DELETED_FUNCTION;
|
| - void operator=(const ThreadedStreamingCache&) LLVM_DELETED_FUNCTION;
|
| + const ThreadedStreamingCache&) = delete;
|
| + void operator=(const ThreadedStreamingCache&) = delete;
|
| };
|
|
|
| } // namespace llvm
|
|
|