From 10981cc884ddee5799a4fe1ac789f29e95008875 Mon Sep 17 00:00:00 2001 From: Luke Cheeseman Date: Fri, 28 Sep 2018 17:01:50 +0000 Subject: Revert r343317 - asan buildbots are breaking and I need to investigate the issue llvm-svn: 343341 --- 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