Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.
authorChris Lattner <sabre@nondot.org>
Thu, 14 Jul 2011 20:22:18 +0000 (20:22 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Jul 2011 20:22:18 +0000 (20:22 +0000)
commit0063225bd7fa68e94e99bce2bbacb90341d1e667
tree8a39b2ca911751cd2bf2b6e7b00a5509411a378d
parent5427edeb68d653ced860ed14f83848ebbb01b64b
Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135182 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Globals.cpp