Change llvm.gcroot to not init the root to null at runtime, this prevents
authorChris Lattner <sabre@nondot.org>
Wed, 12 Sep 2007 17:53:10 +0000 (17:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Sep 2007 17:53:10 +0000 (17:53 +0000)
commit36597a5ddb11d9f84638a8e1e8cfa28292eeced0
treed6a0bbbdc7bea7f15aa635128f2a5fddb4c6ae1f
parentea58310496531693ff58563906330480548378bb
Change llvm.gcroot to not init the root to null at runtime, this prevents
using it for live-in values etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41879 91177308-0d34-0410-b5e6-96231b3b80d8
docs/GarbageCollection.html
lib/Transforms/Scalar/LowerGC.cpp