aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/decl.c2
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);