Skip to content
Commit 6065ef6b authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent f592efe3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment