From 3191b2b32a96e1a6ee833fcca73e5c8e0c67ba65 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 27 May 2015 18:47:56 +0000 Subject: Vendor import of clang trunk r238337: https://llvm.org/svn/llvm-project/cfe/trunk@238337 --- test/CodeGen/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/init.c') diff --git a/test/CodeGen/init.c b/test/CodeGen/init.c index b396c3b..a2b4920 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]) {""}); } -- cgit v1.1