diff options
Diffstat (limited to 'llvm/lib/SandboxIR')
| -rw-r--r-- | llvm/lib/SandboxIR/Context.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/SandboxIR/Context.cpp b/llvm/lib/SandboxIR/Context.cpp index fb6ff62..6f5d072 100644 --- a/llvm/lib/SandboxIR/Context.cpp +++ b/llvm/lib/SandboxIR/Context.cpp @@ -637,7 +637,7 @@ Context::Context(LLVMContext &LLVMCtx)      : LLVMCtx(LLVMCtx), IRTracker(*this),        LLVMIRBuilder(LLVMCtx, ConstantFolder()) {} -Context::~Context() {} +Context::~Context() = default;  void Context::clear() {    // TODO: Ideally we should clear only function-scope objects, and keep global  | 
