Create a legacy pass manager instance of the expand-variadics pass.
Declared in <llvm/Transforms/IPO/ExpandVariadics.h>
ModulePass*
createExpandVariadicsPass(ExpandVariadicsMode Mode);
A new expand-variadics pass for the legacy pass manager.
| Name | Description |
|---|---|
| Mode | Operating mode that controls whether the pass disables, optimises, or lowers variadic functions. |