[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
- Previous message: [llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
- Next message: [llvm-commits] [126739] Merged revisions 122105, 122108, 122111, 122302, 122305, 122339, 122341, 122345-122346, 122350, 122406, 122408-122410, 122488-122489,
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
- Next message: [llvm-commits] [126739] Merged revisions 122105, 122108, 122111, 122302, 122305, 122339, 122341, 122345-122346, 122350, 122406, 122408-122410, 122488-122489,
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list