summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineOperand.cpp
diff options
context:
space:
mode:
authorLuke Cheeseman <luke.cheeseman@arm.com>2018-11-23 17:13:06 +0000
committerLuke Cheeseman <luke.cheeseman@arm.com>2018-11-23 17:13:06 +0000
commit6db3a6a4a770b1052a96bdbcb248f7d837a986f3 (patch)
tree0f5714719438617861c2296228a8b153afe89f31 /llvm/lib/CodeGen/MachineOperand.cpp
parent19d75608f8c646df4cb89b83ef7004c0e4a437aa (diff)
downloadbcm5719-llvm-6db3a6a4a770b1052a96bdbcb248f7d837a986f3.tar.gz
bcm5719-llvm-6db3a6a4a770b1052a96bdbcb248f7d837a986f3.zip
Revert r347490 as it breaks address sanitizer builds
llvm-svn: 347499
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 05e51e1873c..4fe51f66248 100644
--- a/llvm/lib/CodeGen/MachineOperand.cpp
+++ b/llvm/lib/CodeGen/MachineOperand.cpp
@@ -697,11 +697,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