summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-08-18 01:25:28 +0000
committerKostya Serebryany <kcc@google.com>2016-08-18 01:25:28 +0000
commit524c3f32e7164a1b1796cb2342207c1012c54cdc (patch)
treedff896a824ae1ad72ad7257606be8b50eb5ded5c /llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
parent385b973ad35377648a456e7e24aaf705b85df349 (diff)
downloadbcm5719-llvm-524c3f32e7164a1b1796cb2342207c1012c54cdc.tar.gz
bcm5719-llvm-524c3f32e7164a1b1796cb2342207c1012c54cdc.zip
[sanitizer-coverage/libFuzzer] instrument comparisons with __sanitizer_cov_trace_cmp[1248] instead of __sanitizer_cov_trace_cmp, don't pass the comparison type to save a bit performance. Use these new callbacks in libFuzzer
llvm-svn: 279027
Diffstat (limited to 'llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll')
-rw-r--r--llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll b/llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
index 5d9b9dda68f..7bc79fa0ace 100644
--- a/llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
+++ b/llvm/test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
@@ -6,7 +6,7 @@ target triple = "x86_64-unknown-linux-gnu"
define i32 @foo(i32 %a, i32 %b) #0 {
entry:
%cmp = icmp slt i32 %a, %b
-; CHECK: call void @__sanitizer_cov_trace_cmp
+; CHECK: call void @__sanitizer_cov_trace_cmp4
; CHECK-NEXT: icmp slt i32 %a, %b
%conv = zext i1 %cmp to i32
ret i32 %conv
OpenPOWER on IntegriCloud