summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2017-09-22 23:55:32 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2017-09-22 23:55:32 +0000
commit8e30a1c6072a9f922f37b3092a84eda279bb6a7b (patch)
treefb59ef7efdecbe0f6649d59d12c1c90619cb1d25 /llvm
parent1b73bde182c5ea5beb2fd9212b3abf3f2557d817 (diff)
downloadbcm5719-llvm-8e30a1c6072a9f922f37b3092a84eda279bb6a7b.tar.gz
bcm5719-llvm-8e30a1c6072a9f922f37b3092a84eda279bb6a7b.zip
[CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC)
llvm-svn: 314049
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/InterferenceCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InterferenceCache.h b/llvm/lib/CodeGen/InterferenceCache.h
index ca51ef24236..160e2b16e29 100644
--- a/llvm/lib/CodeGen/InterferenceCache.h
+++ b/llvm/lib/CodeGen/InterferenceCache.h
@@ -38,7 +38,7 @@ class LLVM_LIBRARY_VISIBILITY InterferenceCache {
SlotIndex First;
SlotIndex Last;
- BlockInterference() = default;
+ BlockInterference() {}
};
/// Entry - A cache entry containing interference information for all aliases
OpenPOWER on IntegriCloud