diff --git a/llvm/test/Instrumentation/AddressSanitizer/byref-args.ll b/llvm/test/Instrumentation/AddressSanitizer/byref-args.ll index df2eeb4c1847c..277424c62f277 100644 --- a/llvm/test/Instrumentation/AddressSanitizer/byref-args.ll +++ b/llvm/test/Instrumentation/AddressSanitizer/byref-args.ll @@ -1,4 +1,5 @@ -; RUN: opt < %s -asan -S | FileCheck %s +; RUN: opt < %s -asan -S -enable-new-pm=0 | FileCheck %s +; RUN: opt < %s -passes='asan-function-pipeline' -S | FileCheck %s ; Test that for call instructions, the byref arguments are not ; instrumented, as no copy is implied.