blob: 4833a8f8a88c067b80f21498b7536b8a31bf90bf [file] [log] [blame]
; Check that the address sanitizer pass can be reused
; RUN: opt < %s -S -run-twice -passes=asan
define void @foo(ptr %b) nounwind uwtable sanitize_address {
entry:
store i64 0, ptr %b, align 1
ret void
}