[PM/AA] Explicitly depend on TLI rather than getting it out of the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 12 Aug 2015 18:06:08 +0000 (18:06 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 12 Aug 2015 18:06:08 +0000 (18:06 +0000)
commitb0163b991be4e6a6edd660f31c86a4280224b9a2
tree081430a823012ff4ccc3a921f566e500b3e78b69
parent4106edc0aaeddabcbbc7304bb8059a7e79864088
[PM/AA] Explicitly depend on TLI rather than getting it out of the
AliasAnalysis.

Same as the other commits, the TLI access from an alias analysis is
going away and isn't very clean -- it is better to explicitly mark the
dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244785 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/BBVectorize.cpp