diff options
author | Dan Gohman <gohman@apple.com> | 2007-07-05 20:40:15 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-07-05 20:40:15 +0000 |
commit | 27e9d457d4047cf0051e17d9ca39740875d11440 (patch) | |
tree | 4746ec25cb603dcd7d9a1b660613a27c705c52d2 /include/llvm/CodeGen/MachineModuleInfo.h | |
parent | d27df628cc6fa29605fa221a2f0b03b4592caf03 (diff) |
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineModuleInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index 457d33d1f2..1f9decf574 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -97,7 +97,7 @@ private: // Dwarf writers. protected: - DebugInfoDesc(unsigned T) : Tag(T | LLVMDebugVersion) {} + explicit DebugInfoDesc(unsigned T) : Tag(T | LLVMDebugVersion) {} public: virtual ~DebugInfoDesc() {} |