Assignment is deleted; MachineInstr is not copyable.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
MachineInstr&
operator=(MachineInstr const& Other) = delete;
Return Value
Reference to the current object
Parameters
Name |
Description |
Other |
Unused; copy assignment is deleted. |
Created with MrDocs