Update GC intrinsics to take a pointer to the object as well as a pointer
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jul 2004 05:51:13 +0000 (05:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jul 2004 05:51:13 +0000 (05:51 +0000)
commit93c9587fbbbc0a6b6a64df9ea6184b7fdf8eba35
treec3a36786aca89b85bdf981533788105e661d1631
parent9545a1797b99cad119d2dfaa975f6e95c745b62a
Update GC intrinsics to take a pointer to the object as well as a pointer
to the field being updated.  Patch contributed by Tobias Nurmiranta

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15097 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LowerGC.cpp
runtime/GC/GCInterface.h
runtime/GC/SemiSpace/semispace.c