diff options
author | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-27 16:47:30 +0000 |
---|---|---|
committer | Luke Cheeseman <luke.cheeseman@arm.com> | 2018-09-27 16:47:30 +0000 |
commit | 8e5676b1aa5bf6c5a6df3c533c26e5386ab28a49 (patch) | |
tree | eeedd463fea27e3122a1bd8807317cbb27d0b514 /llvm/lib/CodeGen/CFIInstrInserter.cpp | |
parent | dd744f158a84a81922c04fe34569f437d038bec3 (diff) | |
download | bcm5719-llvm-8e5676b1aa5bf6c5a6df3c533c26e5386ab28a49.tar.gz bcm5719-llvm-8e5676b1aa5bf6c5a6df3c533c26e5386ab28a49.zip |
Revert r343192 as an ubsan build is currently failing
llvm-svn: 343235
Diffstat (limited to 'llvm/lib/CodeGen/CFIInstrInserter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CFIInstrInserter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |