[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)
commit0a3240f4de8077e3c64d04feb9089aff9b664271
treed2a0e40d102ba1c87897029f9fe06359d9200362
parente88a396f868b0b8ff3042d35971fe507e4782d85
[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.

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