diff options
Diffstat (limited to 'clang/test/Profile/def-assignop.cpp')
| -rw-r--r-- | clang/test/Profile/def-assignop.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/clang/test/Profile/def-assignop.cpp b/clang/test/Profile/def-assignop.cpp index d17654f3142..2d453364a55 100644 --- a/clang/test/Profile/def-assignop.cpp +++ b/clang/test/Profile/def-assignop.cpp @@ -18,12 +18,9 @@ struct A { // PGOGEN: {{.*}}add{{.*}}%pgocount, 1 // PGOGEN: store{{.*}}@__profc__ZN1AaSEOS_ - // Check that coverage mapping includes 3 function records including the + // Check that coverage mapping includes 6 function records including the // defaulted copy and move operators: A::operator= - // COVMAP: section "__llvm_covfun", comdat - // COVMAP: section "__llvm_covfun", comdat - // COVMAP: section "__llvm_covfun", comdat - // COVMAP: @__llvm_coverage_mapping = {{.*}} { { i32, i32, i32, i32 } + // COVMAP: @__llvm_coverage_mapping = {{.*}} { { i32, i32, i32, i32 }, [3 x <{{.*}}>], B b; }; |

