Skip to content

Commit 0cec69a

Browse files
committed
[BOLT] Add OpNegateRAState to printCFI
1 parent 1ddea7b commit 0cec69a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bolt/lib/Core/BinaryContext.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,9 @@ void BinaryContext::printCFI(raw_ostream &OS, const MCCFIInstruction &Inst) {
19051905
case MCCFIInstruction::OpGnuArgsSize:
19061906
OS << "OpGnuArgsSize";
19071907
break;
1908+
case MCCFIInstruction::OpNegateRAState:
1909+
OS << "OpNegateRAState";
1910+
break;
19081911
default:
19091912
OS << "Op#" << Operation;
19101913
break;

0 commit comments

Comments
 (0)