From: Chris Lattner Date: Sat, 5 Dec 2009 08:33:21 +0000 (+0000) Subject: fix comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c176fac847ea4dcdb344dc5b26f44bf1cd48e91;p=clang fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90660 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/decl.c b/test/CodeGen/decl.c index b13000a48c..a659057b84 100644 --- a/test/CodeGen/decl.c +++ b/test/CodeGen/decl.c @@ -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);