diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
| commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
| tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /include/llvm/CodeGen/SlotIndexes.h | |
| parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
Notes
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)) { | 
