From: Dean Michael Berris Date: Thu, 30 Mar 2017 22:46:49 +0000 (+0000) Subject: fixup: use CHECK for non-atttribute sets X-Git-Tag: llvmorg-5.0.0-rc1~8834 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac7a2f97d43c479bee01222e6a3328065b2109ed;p=platform%2Fupstream%2Fllvm.git fixup: use CHECK for non-atttribute sets llvm-svn: 299127 --- diff --git a/clang/test/CodeGen/xray-instruction-threshold.cpp b/clang/test/CodeGen/xray-instruction-threshold.cpp index ad8801a..b5f4489 100644 --- a/clang/test/CodeGen/xray-instruction-threshold.cpp +++ b/clang/test/CodeGen/xray-instruction-threshold.cpp @@ -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" {{.*}}