diff options
Diffstat (limited to 'include/llvm/CodeGen/SlotIndexes.h')
| -rw-r--r-- | include/llvm/CodeGen/SlotIndexes.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/llvm/CodeGen/SlotIndexes.h b/include/llvm/CodeGen/SlotIndexes.h index a7b16e7a9ed2..3a91e363f923 100644 --- a/include/llvm/CodeGen/SlotIndexes.h +++ b/include/llvm/CodeGen/SlotIndexes.h @@ -139,7 +139,7 @@ class raw_ostream;      };      /// Construct an invalid index. -    SlotIndex() : lie(nullptr, 0) {} +    SlotIndex() = default;      // Construct a new slot index from the given one, and set the slot.      SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) { | 
