mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Add keyword explicit.
llvm-svn: 37624
This commit is contained in:
parent
b3cefc0824
commit
27de646c66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user