[CFLAA] Simplify CFLGraphBuilder. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 9 Jul 2016 02:48:56 +0000 (02:48 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Sat, 9 Jul 2016 02:48:56 +0000 (02:48 +0000)
commit1c4e7962dd5bf742ebac1bdbd5875af7ee0730b4
tree3ed27a20fdfac52aa478827bc2e60639c03f98ab
parent0295f8ce3962d12929eed16cde65f4498a2564b5
[CFLAA] Simplify CFLGraphBuilder. NFC.

This removes a few fields from the graph builder by making us compute
things (that we'd always compute anyway) more eagerly.

Patch by Jia Chen.

Differential Revision: http://reviews.llvm.org/D22009

llvm-svn: 274957
llvm/lib/Analysis/CFLSteensAliasAnalysis.cpp