Restrengthen tests relaxed in r259955

llvm-svn: 261046
This commit is contained in:
Xinliang David Li 2016-02-17 00:58:13 +00:00
parent a7c0940d72
commit 534ace01ad
2 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,4 @@ int main(void) {
return 0;
}
// CHECK: @__llvm_coverage_mapping = internal constant { { i32, i32, i32, i32 }, [2 x <{{.*}}>], [{{[0-9]+}} x i8] } { { i32, i32, i32, i32 } { i32 2, i32 {{[0-9]+}}, i32 {{[0-9]+}}, i32 {{[0-9]+}} }, [2 x <{{.*}}>] [<{{.*}}> <{{.*}}>, <{{.*}}> <{{.*}}>]
// CHECK: @__llvm_coverage_mapping = internal constant { { i32, i32, i32, i32 }, [2 x <{ i64, i32, i64 }>], [{{[0-9]+}} x i8] } { { i32, i32, i32, i32 } { i32 2, i32 {{[0-9]+}}, i32 {{[0-9]+}}, i32 {{[0-9]+}} }, [2 x <{ i64, i32, i64 }>] [<{{.*}}> <{{.*}}>, <{{.*}}> <{{.*}}>]

View File

@ -7,6 +7,7 @@
// CHECK-DAG: @__profn_bar = {{.*}} [3 x i8] c"bar"
// CHECK-DAG: @__profn_baz = {{.*}} [3 x i8] c"baz"
// CHECK-DAG: @__profn_unused_names.c_qux = {{.*}} [18 x i8] c"unused_names.c:qux"
// CHECK-DAG: @__llvm_prf_nm = private constant {{.*}}, section "{{.*}}__llvm_prf_names"
// SYSHEADER-NOT: @__profn_foo =