Strip out all of the metadata and debug info inserted by debugify.
Declared in <llvm/Transforms/Utils/Debugify.h>
<llvm/Transforms/Utils/Debugify.h>
bool stripDebugifyMetadata(Module& M);
If no llvm.debugify module-level named metadata is present, this is a no-op.
True if any change was made.