From 06fd4ed4c9aad7eda0ddae9d905bfcee70becb05 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 29 Jan 2014 07:35:43 +0000 Subject: [asan] simplify a test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200378 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Instrumentation/AddressSanitizer/test64.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Instrumentation/AddressSanitizer/test64.ll b/test/Instrumentation/AddressSanitizer/test64.ll index 6aa5c28850..5b30fae714 100644 --- a/test/Instrumentation/AddressSanitizer/test64.ll +++ b/test/Instrumentation/AddressSanitizer/test64.ll @@ -9,8 +9,8 @@ entry: ; CHECK: @read_4_bytes ; CHECK-NOT: ret ; CHECK: lshr {{.*}} 3 -; Check for ASAN's Offset for 64-bit (2^44 or 7fff8000) -; CHECK-NEXT: {{17592186044416|2147450880}} +; Check for ASAN's Offset for 64-bit (7fff8000) +; CHECK-NEXT: add{{.*}}2147450880 ; CHECK: ret define void @example_atomicrmw(i64* %ptr) nounwind uwtable sanitize_address { -- cgit v1.2.3