We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7340d commit a869f7eCopy full SHA for a869f7e
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
@@ -784,7 +784,7 @@ MachineInstr *
784
InstrEmitter::EmitDbgInstrRef(SDDbgValue *SD,
785
VRBaseMapType &VRBaseMap) {
786
MDNode *Var = SD->getVariable();
787
- const DIExpression *Expr = (DIExpression *)SD->getExpression();
+ const DIExpression *Expr = SD->getExpression();
788
DebugLoc DL = SD->getDebugLoc();
789
const MCInstrDesc &RefII = TII->get(TargetOpcode::DBG_INSTR_REF);
790
0 commit comments