From 6db3a6a4a770b1052a96bdbcb248f7d837a986f3 Mon Sep 17 00:00:00 2001 From: Luke Cheeseman Date: Fri, 23 Nov 2018 17:13:06 +0000 Subject: Revert r347490 as it breaks address sanitizer builds llvm-svn: 347499 --- llvm/lib/CodeGen/MachineOperand.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/CodeGen/MachineOperand.cpp') diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 05e51e1873c..4fe51f66248 100644 --- a/llvm/lib/CodeGen/MachineOperand.cpp +++ b/llvm/lib/CodeGen/MachineOperand.cpp @@ -697,11 +697,6 @@ 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