General: Default constructors and destructors where applicable

This commit is contained in:
Lioncash
2018-01-23 21:11:07 -05:00
committed by MerryMage
parent d1e4526e1c
commit 8ee854232c
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ A64EmitX64::A64EmitX64(BlockOfCode* code, A64::UserConfig conf)
code->PreludeComplete();
}
A64EmitX64::~A64EmitX64() {}
A64EmitX64::~A64EmitX64() = default;
A64EmitX64::BlockDescriptor A64EmitX64::Emit(IR::Block& block) {
code->align();