Add keyword explicit.

llvm-svn: 37624
This commit is contained in:
Dan Gohman 2007-06-18 14:11:31 +00:00
parent 51eb2c3bbe
commit 03a7e5368a
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ public:
/// MachineInstr ctor - This constructor create a MachineInstr and add the /// MachineInstr ctor - This constructor create a MachineInstr and add the
/// implicit operands. It reserves space for number of operands specified by /// implicit operands. It reserves space for number of operands specified by
/// TargetInstrDescriptor. /// TargetInstrDescriptor.
MachineInstr(const TargetInstrDescriptor &TID); explicit MachineInstr(const TargetInstrDescriptor &TID);
/// MachineInstr ctor - Work exactly the same as the ctor above, except that /// 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 /// the MachineInstr is created and added to the end of the specified basic