From 4e65a6d127cba830c5a7ca87869d137796c2ba8b Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Fri, 22 Sep 2017 23:55:32 +0000 Subject: [PATCH] [CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314049 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InterferenceCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/InterferenceCache.h b/lib/CodeGen/InterferenceCache.h index ca51ef24236..160e2b16e29 100644 --- a/lib/CodeGen/InterferenceCache.h +++ b/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 -- 2.49.0