summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorLuke Cheeseman <luke.cheeseman@arm.com>2018-09-26 14:48:03 +0000
committerLuke Cheeseman <luke.cheeseman@arm.com>2018-09-26 14:48:03 +0000
commit77aaa220817f1005590b85907ca4061112748c24 (patch)
tree23a407ea18c81c719c846dbd260177a61e9db1ea /llvm/lib/CodeGen/MachineOperand.cpp
parentc5d192b611d5da18b8a23078c1bdecbd97219489 (diff)
downloadbcm5719-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.cpp5
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>";
OpenPOWER on IntegriCloud