From 7b9e8f0e19200396f8d44d7f1a0c27f70c8771ff Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Thu, 30 Mar 2017 22:46:49 +0000 Subject: [PATCH] fixup: use CHECK for non-atttribute sets git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299127 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/xray-instruction-threshold.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/xray-instruction-threshold.cpp b/test/CodeGen/xray-instruction-threshold.cpp index ad8801a0c1..b5f4489bd9 100644 --- a/test/CodeGen/xray-instruction-threshold.cpp +++ b/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" {{.*}} -- 2.40.0