diff options
| author | Alexey Bataev <a.bataev@hotmail.com> | 2014-07-04 04:06:11 +0000 |
|---|---|---|
| committer | Alexey Bataev <a.bataev@hotmail.com> | 2014-07-04 04:06:11 +0000 |
| commit | b75daeecbe438bec90e6e310008be899c9aa2ccc (patch) | |
| tree | 4857712ca96119bce363f80175937343312c2900 | |
| parent | be53eebe5a2cc1c20c20c5cbc4a60b858f0fa33e (diff) | |
| download | bcm5719-llvm-b75daeecbe438bec90e6e310008be899c9aa2ccc.tar.gz bcm5719-llvm-b75daeecbe438bec90e6e310008be899c9aa2ccc.zip | |
Fixed test CodeGen/captured-statements.c for powerpc64-linux.
llvm-svn: 212311
| -rw-r--r-- | clang/test/CodeGen/captured-statements.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/captured-statements.c b/clang/test/CodeGen/captured-statements.c index feb12673f0b..85d597aeb3c 100644 --- a/clang/test/CodeGen/captured-statements.c +++ b/clang/test/CodeGen/captured-statements.c @@ -66,8 +66,8 @@ void test4(int size, int vla_arr[size]) { { vla_arr[0] = 1; } - // CHECK-3: test4([[INT:i.+]] [[SIZE:.+]], [[INT]]* - // CHECK-3: store [[INT]] [[SIZE]], [[INT]]* [[SIZE_ADDR:.+]], + // CHECK-3: test4([[INT:i.+]] {{.*}}[[SIZE:%.+]], [[INT]]* + // CHECK-3: store [[INT]] {{.*}}[[SIZE]], [[INT]]* [[SIZE_ADDR:%.+]], // CHECK-3: [[REF:%.+]] = getelementptr inbounds // CHECK-3: store [[INT]]* [[SIZE_ADDR]], [[INT]]** [[REF]] // CHECK-3: call void @__captured_stmt |

