hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.
authorChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 04:41:42 +0000 (04:41 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Feb 2011 04:41:42 +0000 (04:41 +0000)
commit13fb0db0c26ec498cf8ffb0f9943d28962d4ced7
treeb9406d131bfbbef9ad308fdfec368346a223da74
parentf5ebfb0d2852e70f11ca7b8d11f704a1378756d8
hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125828 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constant.h
include/llvm/GlobalValue.h
lib/VMCore/Constants.cpp
lib/VMCore/Globals.cpp