]> granicus.if.org Git - llvm/commit
[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.
authorFlorian Hahn <flo@fhahn.com>
Wed, 2 Oct 2019 16:58:13 +0000 (16:58 +0000)
committerFlorian Hahn <flo@fhahn.com>
Wed, 2 Oct 2019 16:58:13 +0000 (16:58 +0000)
commita0250a0ae6f34d0c4ea5d1bfaec645b97f1f75d3
tree02d430fc5d198d27433312d83c1d2158f1c29057
parent27deee64136d4de67be22ee18a7c22cb27b6a211
[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.

There are no users that pass in LazyValueInfo, so we can simplify the
function a bit.

Reviewers: brzycki, asbirlea, davide

Reviewed By: davide

Differential Revision: https://reviews.llvm.org/D68297

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373488 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/Local.h
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Utils/Local.cpp
unittests/Transforms/Utils/LocalTest.cpp