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/X86/X86TargetAsmInfo.h b/lib/Target/X86/X86TargetAsmInfo.h index cc509d1..4ee994f 100644 --- a/lib/Target/X86/X86TargetAsmInfo.h +++ b/lib/Target/X86/X86TargetAsmInfo.h
@@ -22,7 +22,7 @@ class X86TargetMachine; struct X86TargetAsmInfo : public TargetAsmInfo { - X86TargetAsmInfo(const X86TargetMachine &TM); + explicit X86TargetAsmInfo(const X86TargetMachine &TM); virtual bool ExpandInlineAsm(CallInst *CI) const; private: