summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-04-16 08:06:56 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-04-16 08:06:56 +0000
commitbef588ce11ef83b3d82c27fe8ceb67bf693c0b79 (patch)
treef8df9c34cb546f574e3a7c82502c25b17ef8863c /clang/test/CodeGenCXX/stack-reuse-exceptions.cpp
parent6ae05777b8c331b793a40c7af24990be16b34efd (diff)
downloadbcm5719-llvm-bef588ce11ef83b3d82c27fe8ceb67bf693c0b79.tar.gz
bcm5719-llvm-bef588ce11ef83b3d82c27fe8ceb67bf693c0b79.zip
Fix typo in ArmUnwindInfo::GetUnwindPlan
Summary: As reported in LLVM bug 41486, the check `(byte1 & 0xf8) == 0xc0` is wrong. We want to check for `11010nnn`, so the proper value we want to compare against is `0xd0` (`0xc0` would check for the value `11000nnn` which we already checked for above as described in the bug report). Reviewers: #lldb, jasonmolenda Reviewed By: #lldb, jasonmolenda Subscribers: jasonmolenda, javed.absar, kristof.beyls, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D60655 llvm-svn: 358479
Diffstat (limited to 'clang/test/CodeGenCXX/stack-reuse-exceptions.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud