[llvm-commits] [gcc-plugin] r76448 - /gcc-plugin/trunk/llvm-cache.h
Duncan Sands
baldrick at free.fr
Mon Jul 20 11:24:22 PDT 2009
Author: baldrick
Date: Mon Jul 20 13:24:22 2009
New Revision: 76448
URL: http://llvm.org/viewvc/llvm-project?rev=76448&view=rev
Log:
Add a note so as not to forget about telling the
garbage collector about this new type.
Modified:
gcc-plugin/trunk/llvm-cache.h
Modified: gcc-plugin/trunk/llvm-cache.h
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/llvm-cache.h?rev=76448&r1=76447&r2=76448&view=diff
==============================================================================
--- gcc-plugin/trunk/llvm-cache.h (original)
+++ gcc-plugin/trunk/llvm-cache.h Mon Jul 20 13:24:22 2009
@@ -45,6 +45,7 @@
struct tree_map_base base;
const void *val;
};
+/* FIXME: Need to use gengtype and tell the GC about this. */
extern bool llvm_has_cached (union tree_node *);
More information about the llvm-commits
mailing list