From: David Blaikie Date: Fri, 13 Mar 2015 18:21:11 +0000 (+0000) Subject: Update test case to make it easier to automatically port to typeless pointer gep... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9ac57c25f95fc04f65a2c478293dc164bf015e5;p=clang Update test case to make it easier to automatically port to typeless pointer gep operator changes coming soon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/init.c b/test/CodeGen/init.c index b396c3be62..19829c9309 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]* @ bar((char[2]) {""}); - // CHECK: memcpy{{.*}}([3 x i8]* @ + // CHECK: memcpy{{.*}}getelementptr inbounds ([3 x i8]* @ bar((char[3]) {""}); }