[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)
commite90d5c8db069f4a456963b45c90407500eacf77f
treed743ac456e8b22b556e1d41516d714c802ea018f
parent5de5d74c8dcc8ec1485c9c558a1a1639735d4648
[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.

llvm-svn: 358903
llvm/lib/Transforms/IPO/SCCP.cpp