diff options
Diffstat (limited to 'test/CodeGen/init.c')
| -rw-r--r-- | test/CodeGen/init.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/test/CodeGen/init.c b/test/CodeGen/init.c index b396c3be62fe..a2b492013d49 100644 --- a/test/CodeGen/init.c +++ b/test/CodeGen/init.c @@ -135,8 +135,8 @@ void test13(int x) {  // CHECK-LABEL: @PR20473  void PR20473() { -  // CHECK: memcpy{{.*}}([2 x i8]* @ +  // CHECK: memcpy{{.*}}getelementptr inbounds ([2 x i8], [2 x i8]* @    bar((char[2]) {""}); -  // CHECK: memcpy{{.*}}([3 x i8]* @ +  // CHECK: memcpy{{.*}}getelementptr inbounds ([3 x i8], [3 x i8]* @    bar((char[3]) {""});  } | 
