Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs.
Synopsis
Declared in <llvm/IR/SafepointIRVerifier.h>
FunctionPass*
createSafepointIRVerifierPass();
Return Value
A new safepoint verifier FunctionPass.
Created with MrDocs