1*9880d681SAndroid Build Coastguard Worker; Check that the address sanitizer pass can be reused 2*9880d681SAndroid Build Coastguard Worker; RUN: opt < %s -S -run-twice -asan 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Workerdefine void @foo(i64* %b) nounwind uwtable sanitize_address { 5*9880d681SAndroid Build Coastguard Worker entry: 6*9880d681SAndroid Build Coastguard Worker store i64 0, i64* %b, align 1 7*9880d681SAndroid Build Coastguard Worker ret void 8*9880d681SAndroid Build Coastguard Worker} 9