]> granicus.if.org Git - clang/commitdiff
fix comment.
authorChris Lattner <sabre@nondot.org>
Sat, 5 Dec 2009 08:33:21 +0000 (08:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Dec 2009 08:33:21 +0000 (08:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90660 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/decl.c

index b13000a48c53d428defd4749d206785b4f6c1fd4..a659057b8492ce896baa321b241d89e213b4c9ef 100644 (file)
@@ -31,7 +31,7 @@ void test2() {
 
 
 void test3() {
-  // This should codegen as a "@test3.x" global + memcpy.
+  // This should codegen as a memset.
   int x[100] = { 0 };
   foo(x);