Skip to content
Snippets Groups Projects
Commit 7b9e8f0e authored by Dean Michael Berris's avatar Dean Michael Berris
Browse files

fixup: use CHECK for non-atttribute sets

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299127 91177308-0d34-0410-b5e6-96231b3b80d8
parent cc271a08
No related branches found
No related tags found
No related merge requests found
......@@ -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" {{.*}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment