Passes are not assignable.
Declared in <llvm/Pass.h>
<llvm/Pass.h>
Pass& operator=(Pass const& Other) = delete;
Reference to the current object
Name
Description
Other
Unused; copy assignment is deleted.
Created with MrDocs