diff options
author | Mike Aizatsky <aizatsky@chromium.org> | 2016-04-06 23:24:37 +0000 |
---|---|---|
committer | Mike Aizatsky <aizatsky@chromium.org> | 2016-04-06 23:24:37 +0000 |
commit | 70ea45306ab9fc58853e813c2492f4cdc4a21dda (patch) | |
tree | b30ad7170a8b82bb388cbf4b1c740cdfce3f0458 /llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll | |
parent | 49a68258f59b277610ec454be99f84f5181ddde9 (diff) | |
download | bcm5719-llvm-70ea45306ab9fc58853e813c2492f4cdc4a21dda.tar.gz bcm5719-llvm-70ea45306ab9fc58853e813c2492f4cdc4a21dda.zip |
[sancov] enabling coverage edge pruning by default.
Differential Revision: http://reviews.llvm.org/D18844
llvm-svn: 265615
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll')
-rw-r--r-- | llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll b/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll index 3f920d3b0f4..8e89b0c158c 100644 --- a/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll +++ b/llvm/test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll @@ -19,11 +19,9 @@ target triple = "x86_64-unknown-linux-gnu" ; CHECK-LABEL:_Z3fooPi ; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[A:!.*]] ; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[B:!.*]] -; CHECK: call void @__sanitizer_cov(i32*{{.*}}), !dbg [[C:!.*]] ; CHECK: ret void ; CHECK: [[A]] = !DILocation(line: 1, scope: !{{.*}}) ; CHECK: [[B]] = !DILocation(line: 3, column: 5, scope: !{{.*}}) -; CHECK: [[C]] = !DILocation(line: 4, column: 1, scope: !{{.*}}) define void @_Z3fooPi(i32* %a) #0 !dbg !4 { entry: |