[cfe-commits] r90660 - /cfe/trunk/test/CodeGen/decl.c
Chris Lattner
sabre at nondot.org
Sat Dec 5 00:33:21 PST 2009
Author: lattner
Date: Sat Dec 5 02:33:21 2009
New Revision: 90660
URL: http://llvm.org/viewvc/llvm-project?rev=90660&view=rev
Log:
fix comment.
Modified:
cfe/trunk/test/CodeGen/decl.c
Modified: cfe/trunk/test/CodeGen/decl.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/decl.c?rev=90660&r1=90659&r2=90660&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/decl.c (original)
+++ cfe/trunk/test/CodeGen/decl.c Sat Dec 5 02:33:21 2009
@@ -31,7 +31,7 @@
void test3() {
- // This should codegen as a "@test3.x" global + memcpy.
+ // This should codegen as a memset.
int x[100] = { 0 };
foo(x);
More information about the cfe-commits
mailing list