[llvm-commits] [llvm-gcc-4.2] r75078 - /llvm-gcc-4.2/trunk/gcc/c-common.c
Dale Johannesen
dalej at apple.com
Wed Jul 8 17:30:08 PDT 2009
Author: johannes
Date: Wed Jul 8 19:30:02 2009
New Revision: 75078
URL: http://llvm.org/viewvc/llvm-project?rev=75078&view=rev
Log:
Remove C++ comments from C file. Oops.
Modified:
llvm-gcc-4.2/trunk/gcc/c-common.c
Modified: llvm-gcc-4.2/trunk/gcc/c-common.c
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/c-common.c?rev=75078&r1=75077&r2=75078&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/c-common.c (original)
+++ llvm-gcc-4.2/trunk/gcc/c-common.c Wed Jul 8 19:30:02 2009
@@ -8317,10 +8317,10 @@
}
/* LLVM LOCAL begin */
#ifdef ENABLE_LLVM
- // Labels defined earlier in the asm block will have DECL_INITIAL set
- // at this point; labels we haven't seen yet won't. LABEL_DECL_UID
- // should be set in either case (when we saw the forward ref, we
- // assumed the target was inside the block; that's what gcc does).
+ /* Labels defined earlier in the asm block will have DECL_INITIAL set
+ at this point; labels we haven't seen yet won't. LABEL_DECL_UID
+ should be set in either case (when we saw the forward ref, we
+ assumed the target was inside the block; that's what gcc does). */
if (DECL_INITIAL (arg))
sprintf(buf + strlen(buf), "%lldb", LABEL_DECL_UID (arg));
else
More information about the llvm-commits
mailing list