aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorLuke Cheeseman <luke.cheeseman@arm.com>2018-09-28 17:01:50 +0000
committerLuke Cheeseman <luke.cheeseman@arm.com>2018-09-28 17:01:50 +0000
commit10981cc884ddee5799a4fe1ac789f29e95008875 (patch)
treea1608410a7229094d4b4e32d80e8ce7cf04862b1 /llvm/lib/CodeGen/MachineOperand.cpp
parent8b0b48f343cb0347e266f8b551425e5fa21ce948 (diff)
downloadllvm-10981cc884ddee5799a4fe1ac789f29e95008875.zip
llvm-10981cc884ddee5799a4fe1ac789f29e95008875.tar.gz
llvm-10981cc884ddee5799a4fe1ac789f29e95008875.tar.bz2
Revert r343317
- asan buildbots are breaking and I need to investigate the issue llvm-svn: 343341
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineOperand.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp
index 792aa9f..a116d8f 100644
--- a/llvm/lib/CodeGen/MachineOperand.cpp
+++ b/llvm/lib/CodeGen/MachineOperand.cpp
@@ -696,11 +696,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 << "<unserializable cfi directive>";