summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2014-01-29 07:35:43 +0000
committerKostya Serebryany <kcc@google.com>2014-01-29 07:35:43 +0000
commit06fd4ed4c9aad7eda0ddae9d905bfcee70becb05 (patch)
tree3ceb3807f55d34410781d0cd1fd333e6257df295
parent01a5c17219db7b7473dcf6cffa52deb11eaacdd3 (diff)
downloadllvm-06fd4ed4c9aad7eda0ddae9d905bfcee70becb05.tar.gz
llvm-06fd4ed4c9aad7eda0ddae9d905bfcee70becb05.tar.bz2
llvm-06fd4ed4c9aad7eda0ddae9d905bfcee70becb05.tar.xz
[asan] simplify a test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200378 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Instrumentation/AddressSanitizer/test64.ll4
1 files 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 {