diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:25:46 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:25:46 +0000 | 
| commit | 7a7e6055035bfd93ab507051819373a6f171258b (patch) | |
| tree | dc9ac22b4fea4f445748feaf7232a146623f0dfa /contrib/llvm/lib/CodeGen/GCStrategy.cpp | |
| parent | b96a714f453e7f5aeeb3c2df2c3e1e8ad749f96f (diff) | |
| parent | 71d5a2540a98c81f5bcaeb48805e0e2881f530ef (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/lib/CodeGen/GCStrategy.cpp')
| -rw-r--r-- | contrib/llvm/lib/CodeGen/GCStrategy.cpp | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/contrib/llvm/lib/CodeGen/GCStrategy.cpp b/contrib/llvm/lib/CodeGen/GCStrategy.cpp index 31ab86fdf276..6be4c16c6301 100644 --- a/contrib/llvm/lib/CodeGen/GCStrategy.cpp +++ b/contrib/llvm/lib/CodeGen/GCStrategy.cpp @@ -1,4 +1,4 @@ -//===-- GCStrategy.cpp - Garbage Collector Description --------------------===// +//===- GCStrategy.cpp - Garbage Collector Description ---------------------===//  //  //                     The LLVM Compiler Infrastructure  // @@ -18,7 +18,4 @@ using namespace llvm;  LLVM_INSTANTIATE_REGISTRY(GCRegistry) -GCStrategy::GCStrategy() -    : UseStatepoints(false), NeededSafePoints(0), CustomReadBarriers(false), -      CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), -      UsesMetadata(false) {} +GCStrategy::GCStrategy() = default; | 
