diff options
author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-26 14:48:03 +0000 |
---|---|---|
committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-26 14:48:03 +0000 |
commit | 77aaa220817f1005590b85907ca4061112748c24 (patch) | |
tree | 23a407ea18c81c719c846dbd260177a61e9db1ea /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | c5d192b611d5da18b8a23078c1bdecbd97219489 (diff) | |
download | bcm5719-llvm-77aaa220817f1005590b85907ca4061112748c24.tar.gz bcm5719-llvm-77aaa220817f1005590b85907ca4061112748c24.zip |
Revert r343112 as CallFrameString API change has broken lldb builds
llvm-svn: 343114
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>"; |