summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/cxx-irgen.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-30 08:02:26 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-30 08:02:26 +0000
commit886fbad410566c1146b17ac4e5be6e1fea477c7e (patch)
tree5205b1f8ae9a8a20ae270411a6029aa3f7aa3b8b /clang/test/Modules/cxx-irgen.cpp
parent180c167c98fe5ddfa26eea3cd46d7018d7dca17a (diff)
downloadbcm5719-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/Modules/cxx-irgen.cpp')
-rw-r--r--clang/test/Modules/cxx-irgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/cxx-irgen.cpp b/clang/test/Modules/cxx-irgen.cpp
index c72b4a5a93f..7cdb0d6eb59 100644
--- a/clang/test/Modules/cxx-irgen.cpp
+++ b/clang/test/Modules/cxx-irgen.cpp
@@ -12,7 +12,7 @@ CtorInit<int> x;
// Keep these two namespace definitions separate; merging them hides the bug.
namespace EmitInlineMethods {
- // CHECK-DAG: define linkonce_odr [[CC:([a-z\_\d]*[ ]+)?]]void @_ZN17EmitInlineMethods1C1fEPNS_1AE(
+ // CHECK-DAG: define linkonce_odr [[CC:([0-9_a-z]*cc[ ]+)?]]void @_ZN17EmitInlineMethods1C1fEPNS_1AE(
// CHECK-DAG: declare [[CC]]void @_ZN17EmitInlineMethods1A1gEv(
struct C {
__attribute__((used)) void f(A *p) { p->g(); }
OpenPOWER on IntegriCloud