summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CFIInstrInserter.cpp
diff options
context:
space:
mode:
authorLuke Cheeseman <luke.cheeseman@arm.com>2018-09-27 10:39:20 +0000
committerLuke Cheeseman <luke.cheeseman@arm.com>2018-09-27 10:39:20 +0000
commitf6844b307a5369ea934550ccb85b063d73a268ee (patch)
treefb3253db58d50727e714d4cc86bffd047b9b3226 /llvm/lib/CodeGen/CFIInstrInserter.cpp
parentdababf70e2df03214b19c0bfaeb6091923171ef6 (diff)
downloadbcm5719-llvm-f6844b307a5369ea934550ccb85b063d73a268ee.tar.gz
bcm5719-llvm-f6844b307a5369ea934550ccb85b063d73a268ee.zip
Reapply changes reverted in r343114, lldb patch to follow shortly
llvm-svn: 343192
Diffstat (limited to 'llvm/lib/CodeGen/CFIInstrInserter.cpp')
-rw-r--r--llvm/lib/CodeGen/CFIInstrInserter.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}
OpenPOWER on IntegriCloud