diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-05 08:33:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-05 08:33:21 +0000 |
commit | 2da786f7942502b44b428835b79cd2e3fb64e14a (patch) | |
tree | c059b1ae68577203361bc91c6c95f475cb667963 /clang/test/CodeGen/decl.c | |
parent | ded98d4172369be398f3206ad9414ae26e8355ae (diff) | |
download | bcm5719-llvm-2da786f7942502b44b428835b79cd2e3fb64e14a.tar.gz bcm5719-llvm-2da786f7942502b44b428835b79cd2e3fb64e14a.zip |
fix comment.
llvm-svn: 90660
Diffstat (limited to 'clang/test/CodeGen/decl.c')
-rw-r--r-- | clang/test/CodeGen/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/decl.c b/clang/test/CodeGen/decl.c index b13000a48c5..a659057b849 100644 --- a/clang/test/CodeGen/decl.c +++ b/clang/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); |