commit | 677ccc6e8b912e1a39259952b125954820062541 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Sep 25 20:27:06 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Sep 25 20:27:06 2007 +0000 |
tree | fea1afd7f689f14ae73a033cb822ab185c535da4 | |
parent | 2a3876d885e7dd9eab77937187df4b65b2ad887f [diff] [blame] |
More explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42316 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsTargetAsmInfo.h b/lib/Target/Mips/MipsTargetAsmInfo.h index 908f036..b692cfc 100644 --- a/lib/Target/Mips/MipsTargetAsmInfo.h +++ b/lib/Target/Mips/MipsTargetAsmInfo.h
@@ -22,7 +22,7 @@ class MipsTargetMachine; struct MipsTargetAsmInfo : public TargetAsmInfo { - MipsTargetAsmInfo(const MipsTargetMachine &TM); + explicit MipsTargetAsmInfo(const MipsTargetMachine &TM); }; } // namespace llvm