Code cleanup [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 27 Mar 2015 05:53:16 +0000 (05:53 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 27 Mar 2015 05:53:16 +0000 (05:53 +0000)
commit22660481b5f6b64eebd0a83efae3e128ac80952d
tree0940727ec42aa30d8d6d05073d8950befaa834db
parent1f768e83c0aa93afff5eae982b1b30c4da5ad339
Code cleanup [NFC]

The assertion here was more expensive then it needed to be.  We're only inserting allocas in the entry block, so we only need to consider ones in the entry block.

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