diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-03-13 18:21:11 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-03-13 18:21:11 +0000 |
| commit | 81e96f8192fd84a3d98306c27a57be820f72b181 (patch) | |
| tree | 414736d30e6af336788ba90a82c0d519ad1625ce /clang/test/CodeGen | |
| parent | f72d05bc7bd83d8a808c2c8662873a0840f39b4d (diff) | |
| download | bcm5719-llvm-81e96f8192fd84a3d98306c27a57be820f72b181.tar.gz bcm5719-llvm-81e96f8192fd84a3d98306c27a57be820f72b181.zip | |
Update test case to make it easier to automatically port to typeless pointer gep operator changes coming soon
llvm-svn: 232185
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/init.c b/clang/test/CodeGen/init.c index b396c3be62f..19829c93094 100644 --- a/clang/test/CodeGen/init.c +++ b/clang/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]) {""}); } |

