diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-06-30 08:02:26 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-06-30 08:02:26 +0000 |
| commit | 886fbad410566c1146b17ac4e5be6e1fea477c7e (patch) | |
| tree | 5205b1f8ae9a8a20ae270411a6029aa3f7aa3b8b /clang/test/Profile/cxx-lambda.cpp | |
| parent | 180c167c98fe5ddfa26eea3cd46d7018d7dca17a (diff) | |
| download | bcm5719-llvm-886fbad410566c1146b17ac4e5be6e1fea477c7e.tar.gz bcm5719-llvm-886fbad410566c1146b17ac4e5be6e1fea477c7e.zip | |
Fix a couple of tests in clang/test to match "x86_thiscallcc" introduced in r240971.
llvm-svn: 241047
Diffstat (limited to 'clang/test/Profile/cxx-lambda.cpp')
| -rw-r--r-- | clang/test/Profile/cxx-lambda.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Profile/cxx-lambda.cpp b/clang/test/Profile/cxx-lambda.cpp index 8d1c6ef6481..a111f0663e3 100644 --- a/clang/test/Profile/cxx-lambda.cpp +++ b/clang/test/Profile/cxx-lambda.cpp @@ -19,8 +19,8 @@ void lambdas() { int i = 1; - // LMBGEN-LABEL: define internal{{( [a-z\_\b]*)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"( - // LMBUSE-LABEL: define internal{{( [a-z\_\b]*)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"( + // LMBGEN-LABEL: define internal{{( [0-9_a-z]*cc)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"( + // LMBUSE-LABEL: define internal{{( [0-9_a-z]*cc)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"( // LMBGEN: store {{.*}} @[[LFC]], i64 0, i64 0 auto f = [&i](int k) { // LMBGEN: store {{.*}} @[[LFC]], i64 0, i64 1 |

