From d6dbd641040943f5a849982869a2f190f6311a4b Mon Sep 17 00:00:00 2001 From: Luke Cheeseman Date: Fri, 23 Nov 2018 11:01:47 +0000 Subject: Revert r343341 - Cannot reproduce the build failure locally and the build logs have been deleted. llvm-svn: 347490 --- llvm/lib/CodeGen/MachineOperand.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/lib/CodeGen/MachineOperand.cpp') diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 4fe51f66248..05e51e1873c 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -697,6 +697,11 @@ static void printCFI(raw_ostream &OS, const MCCFIInstruction &CFI, if (MCSymbol *Label = CFI.getLabel()) MachineOperand::printSymbol(OS, *Label); break; + case MCCFIInstruction::OpNegateRAState: + OS << "negate_ra_sign_state "; + if (MCSymbol *Label = CFI.getLabel()) + MachineOperand::printSymbol(OS, *Label); + break; default: // TODO: Print the other CFI Operations. OS << ""; -- cgit v1.2.3