summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ErrorHandling.cpp
diff options
context:
space:
mode:
authorTony Jiang <jtony@ca.ibm.com>2017-07-11 16:42:20 +0000
committerTony Jiang <jtony@ca.ibm.com>2017-07-11 16:42:20 +0000
commitd5acad053b54315818ef81133844d6ff754959d7 (patch)
tree267070bbd30104f39ee79ebec93a5c19ae1c3df2 /llvm/lib/Support/ErrorHandling.cpp
parentc86e2ef3f56ada69643832ca06270402f643b0d0 (diff)
downloadbcm5719-llvm-d5acad053b54315818ef81133844d6ff754959d7.tar.gz
bcm5719-llvm-d5acad053b54315818ef81133844d6ff754959d7.zip
[PPC] Fix two bugs in frame lowering.
1. The available program storage region of the red zone to compilers is 288 bytes rather than 244 bytes. 2. The formula for negative number alignment calculation should be y = x & ~(n-1) rather than y = (x + (n-1)) & ~(n-1). Differential Revision: https://reviews.llvm.org/D34337 llvm-svn: 307672
Diffstat (limited to 'llvm/lib/Support/ErrorHandling.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud