[RewriteStatepointsForGC] Delete dead code [NFC]
authorPhilip Reames <listmail@philipreames.com>
Tue, 14 Apr 2015 00:41:34 +0000 (00:41 +0000)
committerPhilip Reames <listmail@philipreames.com>
Tue, 14 Apr 2015 00:41:34 +0000 (00:41 +0000)
commitf016115f60586d033af3ad70fae0c4c7cb67c066
treef0d67ca5d74e3011f3feba00a7f88a864a44c0aa
parent5f1ef8aec6932a6fc6125021ebf3ace693c58eed
[RewriteStatepointsForGC] Delete dead code [NFC]

Before we had real liveness, we needed to track every value that base pointer
insertion code created because these now might be live.  We now just rerun
the data flow liveness algorithm (which is actually faster!) and no longer
need the associated code.

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