Instructions are not copy‐constructible; clone or recreate instead.

Synopsis

Declared in <llvm/IR/Instruction.h>

Instruction(Instruction const& Other) = delete;

Parameters

Name

Description

Other

The instruction that would be copied from (deleted).

Created with MrDocs