More explicit keywords.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2007-09-25 20:27:06 +00:00
parent 2a3876d885
commit 677ccc6e8b
7 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ namespace llvm {
class X86TargetMachine;
struct X86TargetAsmInfo : public TargetAsmInfo {
X86TargetAsmInfo(const X86TargetMachine &TM);
explicit X86TargetAsmInfo(const X86TargetMachine &TM);
virtual bool ExpandInlineAsm(CallInst *CI) const;
private: