mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
[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
This commit is contained in:
parent
3840975c3a
commit
4e65a6d127
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user