From 77aaa220817f1005590b85907ca4061112748c24 Mon Sep 17 00:00:00 2001 From: Luke Cheeseman Date: Wed, 26 Sep 2018 14:48:03 +0000 Subject: Revert r343112 as CallFrameString API change has broken lldb builds llvm-svn: 343114 --- llvm/lib/CodeGen/CFIInstrInserter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/CFIInstrInserter.cpp') diff --git a/llvm/lib/CodeGen/CFIInstrInserter.cpp b/llvm/lib/CodeGen/CFIInstrInserter.cpp index c4799855a2b..4fd119430cf 100644 --- a/llvm/lib/CodeGen/CFIInstrInserter.cpp +++ b/llvm/lib/CodeGen/CFIInstrInserter.cpp @@ -207,7 +207,6 @@ 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