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.
2 parents 87a9289 + 1e18b48 commit 0cafbe1Copy full SHA for 0cafbe1
llvm/lib/DWARFCFIChecker/DWARFCFIState.cpp
@@ -64,7 +64,6 @@ dwarf::CFIProgram DWARFCFIState::convert(MCCFIInstruction Directive) {
64
/* CodeAlignmentFactor */ 1, /* DataAlignmentFactor */ 1,
65
Context->getTargetTriple().getArch());
66
67
- auto MaybeCurrentRow = getCurrentUnwindRow();
68
switch (Directive.getOperation()) {
69
case MCCFIInstruction::OpSameValue:
70
CFIP.addInstruction(dwarf::DW_CFA_same_value, Directive.getRegister());
0 commit comments