summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/InstrProfiling/profiling.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Instrumentation/InstrProfiling/profiling.ll')
-rw-r--r--llvm/test/Instrumentation/InstrProfiling/profiling.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Instrumentation/InstrProfiling/profiling.ll b/llvm/test/Instrumentation/InstrProfiling/profiling.ll
index c4cc1d9ce43..508d3ef8dea 100644
--- a/llvm/test/Instrumentation/InstrProfiling/profiling.ll
+++ b/llvm/test/Instrumentation/InstrProfiling/profiling.ll
@@ -4,11 +4,11 @@
target triple = "x86_64-apple-macosx10.10.0"
@__profn_foo = hidden constant [3 x i8] c"foo"
-; CHECK-NOT: __profn_foo
+; CHECK: @__profn_foo = private constant [3 x i8] c"foo"
@__profn_bar = hidden constant [4 x i8] c"bar\00"
-; CHECK-NOT: __profn_bar
+; CHECK: @__profn_bar = private constant [4 x i8] c"bar\00"
@__profn_baz = hidden constant [3 x i8] c"baz"
-; CHECK-NOT: __profn_baz
+; CHECK: @__profn_baz = private constant [3 x i8] c"baz"
; CHECK: @__profc_foo = hidden global [1 x i64] zeroinitializer, section "__DATA,__llvm_prf_cnts", align 8
; CHECK: @__profd_foo = hidden {{.*}}, section "__DATA,__llvm_prf_data,regular,live_support", align 8
OpenPOWER on IntegriCloud