summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll')
-rw-r--r--llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll b/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll
index 13630b4a254..33624380a37 100644
--- a/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll
+++ b/llvm/test/Instrumentation/InstrProfiling/X86/alloc.ll
@@ -1,8 +1,6 @@
;; Ensure that SHF_ALLOC section flag is not set for the __llvm_covmap section on Linux.
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
-@covfun = linkonce_odr hidden constant i32 0, section "__llvm_covfun"
@__llvm_coverage_mapping = internal constant i32 0, section "__llvm_covmap"
-; CHECK-DAG: .section __llvm_covfun,""
; CHECK-DAG: .section __llvm_covmap,""
OpenPOWER on IntegriCloud