From f6844b307a5369ea934550ccb85b063d73a268ee Mon Sep 17 00:00:00 2001 From: Luke Cheeseman Date: Thu, 27 Sep 2018 10:39:20 +0000 Subject: Reapply changes reverted in r343114, lldb patch to follow shortly llvm-svn: 343192 --- llvm/lib/CodeGen/CFIInstrInserter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/CFIInstrInserter.cpp') diff --git a/llvm/lib/CodeGen/CFIInstrInserter.cpp b/llvm/lib/CodeGen/CFIInstrInserter.cpp index 4fd119430cf..c4799855a2b 100644 --- a/llvm/lib/CodeGen/CFIInstrInserter.cpp +++ b/llvm/lib/CodeGen/CFIInstrInserter.cpp @@ -207,6 +207,7 @@ void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { case MCCFIInstruction::OpUndefined: case MCCFIInstruction::OpRegister: case MCCFIInstruction::OpWindowSave: + case MCCFIInstruction::OpNegateRAState: case MCCFIInstruction::OpGnuArgsSize: break; } -- cgit v1.2.3