summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseTemplate.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-02-25 22:39:13 +0000
committerDale Johannesen <dalej@apple.com>2009-02-25 22:39:13 +0000
commit7d12ea0f62cfb86fcc66bc3dd6c87c036294999a (patch)
treed3ac24670b456ebdf05e963d2f5374fc079ffd5b /clang/lib/Parse/ParseTemplate.cpp
parentdc3f50fbd95317f96d9ce0084b19bd331e3f8560 (diff)
downloadbcm5719-llvm-7d12ea0f62cfb86fcc66bc3dd6c87c036294999a.tar.gz
bcm5719-llvm-7d12ea0f62cfb86fcc66bc3dd6c87c036294999a.zip
Fix big-endian codegen bug. We're splitting up
overly long ints, e.g. i96, into pieces at PHIs and the nodes that feed into them; however big-endian reverses the order of the pieces (for some reason), and wasn't doing it the same way on both sides, so the pieces didn't match and runtime failures ensued. Fixes 188.ammp and sqlite3 on ppc32. llvm-svn: 65481
Diffstat (limited to 'clang/lib/Parse/ParseTemplate.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud