blob: 887650bcc826af75c175d19d9fa3689976574d83 [file] [log] [blame]
; XFAIL: *
; RUN: llc < %s
target triple = "x86_64-pc-win"
define void @load1(ptr nocapture readonly %x) {
call void @llvm.asan.check.memaccess(ptr %x, i32 0)
ret void
}
declare void @llvm.asan.check.memaccess(ptr, i32 immarg)