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 AlphaTargetMachine;
struct AlphaTargetAsmInfo : public TargetAsmInfo {
AlphaTargetAsmInfo(const AlphaTargetMachine &TM);
explicit AlphaTargetAsmInfo(const AlphaTargetMachine &TM);
};
} // namespace llvm