Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
authorNick Lewycky <nicholas@mxc.ca>
Mon, 27 Jun 2011 04:20:45 +0000 (04:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 27 Jun 2011 04:20:45 +0000 (04:20 +0000)
commit99e0b2a8df7e3a49c0e1edd250d17604fe2fb21c
tree42939c1bdab00ce2572d390c2a569510209ebdc4
parent1baeb006d2bb74dd9f6fa633fcc53e3b1ecbbf35
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
passes as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133904 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ValueTracking.h
lib/Analysis/ValueTracking.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp