Replace this instruction's debug location with DL.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
void
setDebugLoc(DebugLoc DL);
Description
Prefer setting the location via the constructor when possible.
Parameters
Name |
Description |
DL |
New debug location. |
Created with MrDocs