Lint a function.
Declared in <llvm/Analysis/Lint.h>
void
lintFunction(
Function const& F,
bool AbortOnError = false);
This should only be used for debugging, because it plays games with PassManagers and stuff.
| Name | Description |
|---|---|
| F | Function to lint. |
| AbortOnError | If true, abort when lint finds errors. |