commit | d058a9c63f621f101a94045bcc4f2030f4530a21 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Mon Apr 28 18:00:46 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Mon Apr 28 18:00:46 2008 +0000 |
tree | 89b8aaf651311823ff8e0a1b7bae37fa59166c0d | |
parent | 4382ebafef080a77324139b2096bbf85d948668d [diff] |
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> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50364 91177308-0d34-0410-b5e6-96231b3b80d8