summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-28 18:00:46 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-28 18:00:46 +0000
commit6065ef6b9b5b064b2b46800d18186c58c4626c9a (patch)
tree19f4f6fc22ff1d82e4e6443910d9f3d5ab0a87f3 /llvm/lib/CodeGen/SelectionDAG
parentf592efe3f520dc49a58bcee1afc47847650e9eb2 (diff)
downloadbcm5719-llvm-6065ef6b9b5b064b2b46800d18186c58c4626c9a.tar.gz
bcm5719-llvm-6065ef6b9b5b064b2b46800d18186c58c4626c9a.zip
Bug fix in CFG::getBlockEdgeImpl(): Use a BumpPtrAllocator to allocate
std::pair<CFGBlock*, CFGBlock*> that have an 8-byte alignment for use with ProgramPoint. This fixes a bug reported by Argiris where using std::set<> on Windows would result in a 4-byte alignment, not an 8-byte alignment. Fixes: <rdar://problem/5892265> llvm-svn: 50364
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud