Skip to content
Commit 0868eea3 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

When building CFGs, no longer reverse the statements in the CFGBlock. Instead

have the iterators and operator[] handle the traversal of statements, as they
are stored in reverse order. Tests show this has no real performance impact, but
it does simply the CFG construction logic and will make it slightly easier to
change the allocation strategy for CFGBlocks (as we have fewer copies).

llvm-svn: 82702
parent 68f971b1
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