Index: test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov =================================================================== --- test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov +++ test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov @@ -6,7 +6,7 @@ // CHECK-NEXT: -: 1:#include // CHECK-NEXT: -: 2: // CHECK-NEXT: -: 3:void asd(std::string i) { -// CHECK-NEXT: 2: 4:} +// CHECK-NEXT: 1: 4:} // CHECK-NEXT: -: 5: // CHECK-NEXT: -: 6:int main(void) // CHECK-NEXT: -: 7:{ Index: test/profile/Inputs/instrprof-shared-main.c.gcov =================================================================== --- test/profile/Inputs/instrprof-shared-main.c.gcov +++ test/profile/Inputs/instrprof-shared-main.c.gcov @@ -8,8 +8,8 @@ // CHECK-NEXT: -: 3: // CHECK-NEXT: -: 4:int main() { // CHECK-NEXT: -: 5: int i, j; -// CHECK-NEXT: 2002: 6: for (i = 0; i < 1000; i++) -// CHECK-NEXT: 2002000: 7: for (j = 0; j < 1000; j++) +// CHECK-NEXT: 1001: 6: for (i = 0; i < 1000; i++) +// CHECK-NEXT: 1001000: 7: for (j = 0; j < 1000; j++) // CHECK-NEXT: 1001000: 8: foo(i * j); // CHECK-NEXT: -: 9: // CHECK-NEXT: 1: 10: if (g2 - g1 == 280001) Index: test/profile/instrprof-gcov-multiple-bbs-single-line.test =================================================================== --- test/profile/instrprof-gcov-multiple-bbs-single-line.test +++ test/profile/instrprof-gcov-multiple-bbs-single-line.test @@ -1,5 +1,3 @@ -XFAIL: * - RUN: mkdir -p %t.d RUN: cd %t.d