fixup: use CHECK for non-atttribute sets

llvm-svn: 299127
This commit is contained in:
Dean Michael Berris 2017-03-30 22:46:49 +00:00
parent 504fc2262a
commit ac7a2f97d4
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ int foo() {
return 2;
}
// CHECK-DAG: define i32 @_Z3foov() #[[THRESHOLD:[0-9]+]] {
// CHECK-DAG: define i32 @_Z3barv() #[[NEVERATTR:[0-9]+]] {
// CHECK: define i32 @_Z3foov() #[[THRESHOLD:[0-9]+]] {
// CHECK: define i32 @_Z3barv() #[[NEVERATTR:[0-9]+]] {
// CHECK-DAG: attributes #[[THRESHOLD]] = {{.*}} "xray-instruction-threshold"="1" {{.*}}
// CHECK-DAG: attributes #[[NEVERATTR]] = {{.*}} "function-instrument"="xray-never" {{.*}}