[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)
commit273e6bbd1106568c4bc5887cf0c7cdaab8127e05
treeef839db0465df969fccfb257730cf561c6f44c9c
parent0e4386c43be3abbb5fa3dffcc279a6ad8f14f6d0
[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.

llvm-svn: 243045
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp