llvm::Module::removeDebugIntrinsicDeclarations

Remove debug intrinsic declarations used only by the old debug-info format.

Synopsis

Declared in <llvm/IR/Module.h>

void
removeDebugIntrinsicDeclarations();

Description

Used when printing this module in the new debug info format; removes all declarations of debug intrinsics that are replaced by non-intrinsic records in the new format.