summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-06-26 01:51:13 +0000
committerDale Johannesen <dalej@apple.com>2008-06-26 01:51:13 +0000
commita2de8eab618f57b70e2374f56f2b1141a9cfa1de (patch)
tree8214ac401a5c56b7524b24b572ef7b9556459319 /clang/lib/CodeGen/CodeGenModule.cpp
parent3f1c75c4d816f04e96aeb82f13d2acee86d21880 (diff)
downloadbcm5719-llvm-a2de8eab618f57b70e2374f56f2b1141a9cfa1de.tar.gz
bcm5719-llvm-a2de8eab618f57b70e2374f56f2b1141a9cfa1de.zip
Fixes the last x86-64 test failure in compat.exp:
<16 x float> is 64-byte aligned (for some reason), which gets us into the stack realignment code. The computation changing FP-relative offsets to SP-relative was broken, assiging a spill temp to a location also used for parameter passing. This fixes it by rounding up the stack frame to a multiple of the largest alignment (I concluded it wasn't fixable without doing this, but I'm not very sure.) llvm-svn: 52750
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud