summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorLuke Cheeseman <luke.cheeseman@arm.com>2018-11-23 11:01:47 +0000
committerLuke Cheeseman <luke.cheeseman@arm.com>2018-11-23 11:01:47 +0000
commitd6dbd641040943f5a849982869a2f190f6311a4b (patch)
treeb995051bad5d334a53c1a5401da67b8dfdabe4ed /llvm/lib/CodeGen/MachineOperand.cpp
parent009d833a4e1ed1b7371a40ac3463e6e172b90923 (diff)
downloadbcm5719-llvm-d6dbd641040943f5a849982869a2f190f6311a4b.tar.gz
bcm5719-llvm-d6dbd641040943f5a849982869a2f190f6311a4b.zip
Revert r343341
- Cannot reproduce the build failure locally and the build logs have been deleted. llvm-svn: 347490
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineOperand.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp
index 4fe51f66248..05e51e1873c 100644
--- a/llvm/lib/CodeGen/MachineOperand.cpp
+++ b/llvm/lib/CodeGen/MachineOperand.cpp
@@ -697,6 +697,11 @@ 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