llvm::Pass::operator=

Passes are not assignable.

Synopsis

Declared in <llvm/Pass.h>

Pass&
operator=(Pass const& Other) = delete;

Return Value

Reference to the current object

Parameters

NameDescription
OtherUnused; copy assignment is deleted.