diff options
author | Dan Gohman <gohman@apple.com> | 2007-08-02 21:21:54 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-08-02 21:21:54 +0000 |
commit | 61e729e2e9517ab2d8887bab86fb377900fa1081 (patch) | |
tree | 3eb45a42b1bb9e4e6761dc517e08949bd4750a96 /lib/Target/Alpha/AlphaISelLowering.h | |
parent | 7f55fcbc6bec56662e46d35ca604553effb7a525 (diff) |
More explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.h')
-rw-r--r-- | lib/Target/Alpha/AlphaISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index 24e40a5576..291a56065d 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/lib/Target/Alpha/AlphaISelLowering.h @@ -64,7 +64,7 @@ namespace llvm { int VarArgsBase; // What is the base FrameIndex bool useITOF; public: - AlphaTargetLowering(TargetMachine &TM); + explicit AlphaTargetLowering(TargetMachine &TM); /// LowerOperation - Provide custom lowering hooks for some operations. /// |