mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 15:46:05 +00:00

We already had a method to iterate over all the incoming values of a PHI. This just changes all eligible code to use it. Ineligible code included anything which cared about the index, or was also trying to get the i'th incoming BB. llvm-svn: 237169