diff options
Diffstat (limited to 'test/Profile/cxx-implicit.cpp')
-rw-r--r-- | test/Profile/cxx-implicit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Profile/cxx-implicit.cpp b/test/Profile/cxx-implicit.cpp index 79840ad..b25486a 100644 --- a/test/Profile/cxx-implicit.cpp +++ b/test/Profile/cxx-implicit.cpp @@ -4,7 +4,7 @@ // An implicit constructor is generated for Base. We should not emit counters // for it. -// CHECK-NOT: @__llvm_profile_counters__ZN4BaseC2Ev = +// CHECK-NOT: @__profc__ZN4BaseC2Ev = struct Base { virtual void foo(); |