diff options
author | Dan Gohman <gohman@apple.com> | 2007-06-18 14:11:31 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-06-18 14:11:31 +0000 |
commit | ec82dc9a7c7172c6905d242523d13079a3e94427 (patch) | |
tree | 42d766c34193a44ac8fc9af823b64678657b5adf /include/llvm/CodeGen/MachineInstr.h | |
parent | a1a878791b305880c976038b8fcd2697b7799ec1 (diff) |
Add keyword explicit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 55e439e159..1f621c116e 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -344,7 +344,7 @@ public: /// MachineInstr ctor - This constructor create a MachineInstr and add the /// implicit operands. It reserves space for number of operands specified by /// TargetInstrDescriptor. - MachineInstr(const TargetInstrDescriptor &TID); + explicit MachineInstr(const TargetInstrDescriptor &TID); /// MachineInstr ctor - Work exactly the same as the ctor above, except that /// the MachineInstr is created and added to the end of the specified basic |