Skip to content

Commit 222a2f1

Browse files
author
eugenezelenko
committed
[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
1 parent 4c1e41c commit 222a2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CodeGen/InterferenceCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LLVM_LIBRARY_VISIBILITY InterferenceCache {
3838
SlotIndex First;
3939
SlotIndex Last;
4040

41-
BlockInterference() = default;
41+
BlockInterference() {}
4242
};
4343

4444
/// Entry - A cache entry containing interference information for all aliases

0 commit comments

Comments
 (0)