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 2befda2 commit 1e18b48Copy full SHA for 1e18b48
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