ScopInfo: split out construction of a single alias group [NFC]
commit9e6661fd80fa899788cb6ae8536afad2266da0dc
authorTobias Grosser <tobias@grosser.es>
Mon, 16 Jan 2017 15:49:07 +0000 (16 15:49 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 16 Jan 2017 15:49:07 +0000 (16 15:49 +0000)
tree506b5c6b0a9d08734d9abad6198b48a7fa40d523
parent9bd38248e0162d28ca48927e4f6ddd693d8a4c65
ScopInfo: split out construction of a single alias group [NFC]

The loop body in buildAliasGroups is still too large to easily scan it. Hence,
we split the loop body out into a separate function to improve readability.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@292138 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopInfo.h
lib/Analysis/ScopInfo.cpp