Add explicit keywords.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2007-07-05 20:40:15 +00:00
parent d27df628cc
commit 27e9d457d4
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ namespace llvm {
class IntrinsicLowering {
const TargetData& TD;
public:
IntrinsicLowering(const TargetData &td) : TD(td) {}
explicit IntrinsicLowering(const TargetData &td) : TD(td) {}
/// AddPrototypes - This method, if called, causes all of the prototypes
/// that might be needed by an intrinsic lowering implementation to be