r299127 - fixup: use CHECK for non-atttribute sets
Dean Michael Berris via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 30 15:46:49 PDT 2017
Author: dberris
Date: Thu Mar 30 17:46:49 2017
New Revision: 299127
URL: http://llvm.org/viewvc/llvm-project?rev=299127&view=rev
Log:
fixup: use CHECK for non-atttribute sets
Modified:
cfe/trunk/test/CodeGen/xray-instruction-threshold.cpp
Modified: cfe/trunk/test/CodeGen/xray-instruction-threshold.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/xray-instruction-threshold.cpp?rev=299127&r1=299126&r2=299127&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/xray-instruction-threshold.cpp (original)
+++ cfe/trunk/test/CodeGen/xray-instruction-threshold.cpp Thu Mar 30 17:46:49 2017
@@ -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" {{.*}}
More information about the cfe-commits
mailing list