diff options
| author | Kazu Hirata <kazu@google.com> | 2025-11-02 17:16:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-02 17:16:47 -0800 |
| commit | 4eed68357e4361b3a3aeb349dec2612cfb74c8cc (patch) | |
| tree | 85f4760fc6e6a3d19d05d415b2b7d3e461aec485 /llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h | |
| parent | 902b0bd04ace42dce5c497aa60233ac82abc4e5a (diff) | |
[llvm] Use "= default" (NFC) (#166088)
Identified with modernize-use-equals-default.
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h b/llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h index 9d0adbb81d86..87ec2564edcf 100644 --- a/llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h +++ b/llvm/lib/Target/SystemZ/SystemZTargetObjectFile.h @@ -16,7 +16,7 @@ namespace llvm { /// This implementation is used for SystemZ ELF targets. class SystemZELFTargetObjectFile : public TargetLoweringObjectFileELF { public: - SystemZELFTargetObjectFile() {} + SystemZELFTargetObjectFile() = default; /// Describe a TLS variable address within debug info. const MCExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const override; |
