浏览代码

[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
Eugene Zelenko 8 年之前
父节点
当前提交
4e65a6d127
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/CodeGen/InterferenceCache.h

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