diff options
author | Dan Gohman <djg@cray.com> | 2007-08-02 21:21:54 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2007-08-02 21:21:54 +0000 |
commit | 3a78bbfeacce9988ff60210fd472cef9789abcc2 (patch) | |
tree | 3eb45a42b1bb9e4e6761dc517e08949bd4750a96 /lib/Target/Mips/MipsISelLowering.h | |
parent | 7dc1901f9f9c7a84a59c22444d1c2c9ee7a99281 (diff) | |
download | external_llvm-3a78bbfeacce9988ff60210fd472cef9789abcc2.zip external_llvm-3a78bbfeacce9988ff60210fd472cef9789abcc2.tar.gz external_llvm-3a78bbfeacce9988ff60210fd472cef9789abcc2.tar.bz2 |
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/Mips/MipsISelLowering.h')
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h index 0199175..4a62c94 100644 --- a/lib/Target/Mips/MipsISelLowering.h +++ b/lib/Target/Mips/MipsISelLowering.h @@ -53,7 +53,7 @@ namespace llvm { // const MipsSubtarget &MipsSubTarget; public: - MipsTargetLowering(MipsTargetMachine &TM); + explicit MipsTargetLowering(MipsTargetMachine &TM); /// LowerOperation - Provide custom lowering hooks for some operations. virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG); |