diff options
| author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-28 17:01:50 +0000 |
|---|---|---|
| committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-28 17:01:50 +0000 |
| commit | 10981cc884ddee5799a4fe1ac789f29e95008875 (patch) | |
| tree | a1608410a7229094d4b4e32d80e8ce7cf04862b1 /llvm/lib/CodeGen/AsmPrinter | |
| parent | 8b0b48f343cb0347e266f8b551425e5fa21ce948 (diff) | |
| download | bcm5719-llvm-10981cc884ddee5799a4fe1ac789f29e95008875.tar.gz bcm5719-llvm-10981cc884ddee5799a4fe1ac789f29e95008875.zip | |
Revert r343317
- asan buildbots are breaking and I need to investigate the issue
llvm-svn: 343341
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp index afce3ad3133..60558847067 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp @@ -212,9 +212,6 @@ void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { case MCCFIInstruction::OpWindowSave: OutStreamer->EmitCFIWindowSave(); break; - case MCCFIInstruction::OpNegateRAState: - OutStreamer->EmitCFINegateRAState(); - break; case MCCFIInstruction::OpSameValue: OutStreamer->EmitCFISameValue(Inst.getRegister()); break; |

