OSDN Git Service

[IPSCCP] Add missing `AssumptionCacheTracker` dependency
authorJustin Bogner <mail@justinbogner.com>
Mon, 22 Apr 2019 17:38:29 +0000 (17:38 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 22 Apr 2019 17:38:29 +0000 (17:38 +0000)
commit7fe0d9174e78a442f62f91898bdf32fde876f823
tree3ff9456f1ec20b6a0bfbde00aee5860863f1b7a8
parent0d5f6245e5eadf3d28d330c65664390a46dd51c4
[IPSCCP] Add missing `AssumptionCacheTracker` dependency

Back in August, r340525 introduced a dependency on the assumption
cache tracker in the ipsccp pass, but that commit missed a call to
INITIALIZE_PASS_DEPENDENCY, which leaves the assumption cache
improperly registered if SCCP is the only thing that pulls it in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358903 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SCCP.cpp