diff options
author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-11-23 17:13:06 +0000 |
---|---|---|
committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-11-23 17:13:06 +0000 |
commit | 6db3a6a4a770b1052a96bdbcb248f7d837a986f3 (patch) | |
tree | 0f5714719438617861c2296228a8b153afe89f31 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 19d75608f8c646df4cb89b83ef7004c0e4a437aa (diff) | |
download | bcm5719-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.cpp | 5 |
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>"; |