[llvm] Fix refactoring bug introduced in D79042
authorMircea Trofin <mtrofin@google.com>
Thu, 14 May 2020 22:42:26 +0000 (15:42 -0700)
committerMircea Trofin <mtrofin@google.com>
Thu, 14 May 2020 22:59:43 +0000 (15:59 -0700)
commit8a2e2a6a2bd0ed9310a8739c256456567e2adb23
treed8f718c84b475b9f2a49898a66d34e77d6a0b31a
parent9fde516032d71c325f156cb4b878cf6b12280de8
[llvm] Fix refactoring bug introduced in D79042

Incorrectly copied over the GetAssumptionCache snippet.

This patch also renames a variable for clarity.
llvm/lib/Analysis/InlineAdvisor.cpp