Construct a MachineFunctionPass with the given pass identifier.
Synopsis
Declared in <llvm/CodeGen/MachineFunctionPass.h>
explicit
MachineFunctionPass(char& ID);
Parameters
Name |
Description |
ID |
Address of the pass's static identification character. |
Created with MrDocs