[RewriteStatepointsForGC] Simplify code around meet of PhiStates [NFC]
authorPhilip Reames <listmail@philipreames.com>
Thu, 23 Jul 2015 21:41:27 +0000 (21:41 +0000)
committerPhilip Reames <listmail@philipreames.com>
Thu, 23 Jul 2015 21:41:27 +0000 (21:41 +0000)
commit6c5bfdf124c696948d4d2d7952787fdc954b17c0
tree2c6f3311616867d2e40c06feea05e09595ff09e3
parent8782d64e379fbf80bdf54611a00f8899e9011cd0
[RewriteStatepointsForGC] Simplify code around meet of PhiStates [NFC]

We don't need to pass in the map from BDV to PhiStates; we can instead handle that externally and let the MeetPhiStates helper class just meet PhiStates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243045 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp