diff options
author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-27 16:47:30 +0000 |
---|---|---|
committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-27 16:47:30 +0000 |
commit | 8e5676b1aa5bf6c5a6df3c533c26e5386ab28a49 (patch) | |
tree | eeedd463fea27e3122a1bd8807317cbb27d0b514 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | dd744f158a84a81922c04fe34569f437d038bec3 (diff) | |
download | bcm5719-llvm-8e5676b1aa5bf6c5a6df3c533c26e5386ab28a49.tar.gz bcm5719-llvm-8e5676b1aa5bf6c5a6df3c533c26e5386ab28a49.zip |
Revert r343192 as an ubsan build is currently failing
llvm-svn: 343235
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineOperand.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp index 792aa9f0f16..a116d8fe877 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>"; |