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 | 7c176fac847ea4dcdb344dc5b26f44bf1cd48e91 (patch) | |
tree | cab0b5a1b78cadf40911ad6a3d74cbd2273c57f4 | |
parent | 36a2be162dda758e55d6605ef712494fe09ef432 (diff) |
fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90660 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |