[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / Instrumentation / AddressSanitizer / twice.ll
blob4833a8f8a88c067b80f21498b7536b8a31bf90bf
1 ; Check that the address sanitizer pass can be reused
2 ; RUN: opt < %s -S -run-twice -passes=asan
4 define void @foo(ptr %b) nounwind uwtable sanitize_address {
5   entry:
6   store i64 0, ptr %b, align 1
7   ret void