summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll b/llvm/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
index 0667a147487..95e4125bc74 100644
--- a/llvm/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
+++ b/llvm/test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
@@ -4,8 +4,8 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
; CHECK-LABEL: mov_no_attr
-; CHECK-NOT: callq __asan_report_load@PLT
-; CHECK-NOT: callq __asan_report_store@PLT
+; CHECK-NOT: callq __asan_report_load8@PLT
+; CHECK-NOT: callq __asan_report_store8@PLT
define void @mov_no_attr(i64* %dst, i64* %src) {
tail call void asm sideeffect "movq ($1), %rax \0A\09movq %rax, ($0) \0A\09", "r,r,~{memory},~{rax},~{dirflag},~{fpsr},~{flags}"(i64* %dst, i64* %src)
ret void
OpenPOWER on IntegriCloud