1; XFAIL: * 2; RUN: llc < %s 3 4target triple = "x86_64-pc-win" 5 6define void @load1(ptr nocapture readonly %x) { 7 call void @llvm.asan.check.memaccess(ptr %x, i32 0) 8 ret void 9} 10 11declare void @llvm.asan.check.memaccess(ptr, i32 immarg) 12