Create a pass that demotes registers to memory references.
Synopsis
Declared in <llvm/Transforms/Utils.h>
FunctionPass*
createRegToMemWrapperPass();
Description
This undoes the PromoteMemoryToRegister pass to make CFG hacking easier.
Return Value
An owning pointer to the newly created FunctionPass.
Created with MrDocs