diff options
author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-27 10:39:20 +0000 |
---|---|---|
committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-27 10:39:20 +0000 |
commit | f6844b307a5369ea934550ccb85b063d73a268ee (patch) | |
tree | fb3253db58d50727e714d4cc86bffd047b9b3226 /llvm/lib/CodeGen/CFIInstrInserter.cpp | |
parent | dababf70e2df03214b19c0bfaeb6091923171ef6 (diff) | |
download | bcm5719-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.cpp | 1 |
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; } |