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 | 5f6a9da530926b75926116179b9f9ae9f21a31a0 (patch) | |
| tree | a353968bd4f5443e5ffb8383d74c9cfd854e046f /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
| parent | 8932bff7fe8e4ca4f0cdc26134ff0dd0aa9cfe25 (diff) | |
| download | bcm5719-llvm-5f6a9da530926b75926116179b9f9ae9f21a31a0.tar.gz bcm5719-llvm-5f6a9da530926b75926116179b9f9ae9f21a31a0.zip | |
More explicit keywords.
llvm-svn: 40757
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index 24e40a55764..291a56065d8 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/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. /// |

