]> granicus.if.org Git - llvm/commit
[RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC]
authorPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 21:34:11 +0000 (21:34 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 20 Feb 2015 21:34:11 +0000 (21:34 +0000)
commit6d466b53701bbc7752fa3e49425c99e53333e683
tree2f2b7d7f9b59f286102b9ab0949635643b408799
parent247aed4710e8befde76da42b27313661dea7cf66
[RewriteStatepointsForGC] Remove notion of SafepointBounds [NFC]

The notion of a range of inserted safepoint related code is no longer really applicable.  This survived over from an earlier implementation.  Just saving the inserted gc.statepoint and working from that is far clearer given the current code structure.  Particularly when invokable statepoints get involved.

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