Passes are not assignable.

Synopsis

Declared in <llvm/Pass.h>

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

Return Value

Reference to the current object

Parameters

Name

Description

Other

Unused; copy assignment is deleted.

Created with MrDocs