[llvm-commits] [126738] This function isn't used when ENABLE_LLVM is defined.

bwendlin at apple.com bwendlin at apple.com
Mon Apr 30 14:36:54 PDT 2007


Revision: 126738
Author:   bwendlin
Date:     2007-04-30 14:36:53 -0700 (Mon, 30 Apr 2007)

Log Message:
-----------
This function isn't used when ENABLE_LLVM is defined.

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/varasm.c

Modified: apple-local/branches/llvm/gcc/varasm.c
===================================================================
--- apple-local/branches/llvm/gcc/varasm.c	2007-04-30 19:14:35 UTC (rev 126737)
+++ apple-local/branches/llvm/gcc/varasm.c	2007-04-30 21:36:53 UTC (rev 126738)
@@ -4634,6 +4634,8 @@
 /* Given an assembly name, find the decl it is associated with.  At the
    same time, mark it needed for cgraph.  */
 
+/* APPLE LOCAL LLVM */
+#ifndef ENABLE_LLVM
 static tree
 find_decl_and_mark_needed (tree decl, tree target)
 {
@@ -4671,6 +4673,8 @@
   else 
     return NULL_TREE;
 }
+/* APPLE LOCAL LLVM */
+#endif
 
 static void
 do_assemble_alias (tree decl, tree target)





More information about the llvm-commits mailing list