diff options
Diffstat (limited to 'llvm/test/Instrumentation/AddressSanitizer/basic.ll')
-rw-r--r-- | llvm/test/Instrumentation/AddressSanitizer/basic.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Instrumentation/AddressSanitizer/basic.ll b/llvm/test/Instrumentation/AddressSanitizer/basic.ll index 2385341387d..f684f9927fa 100644 --- a/llvm/test/Instrumentation/AddressSanitizer/basic.ll +++ b/llvm/test/Instrumentation/AddressSanitizer/basic.ll @@ -91,6 +91,7 @@ entry: } ; CHECK-LABEL: define void @alloca_test() +; CHECK: %asan_local_stack_base = alloca ; CHECK: = alloca ; CHECK-NOT: = alloca ; CHECK: ret void |