Drop any variable location debugging information associated with this instruction. Use when an instruction is modified in such a way that it no longer defines the value it used to. Variable locations using that value will be dropped.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
void
dropDebugNumber();
Created with MrDocs