summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit6e15ec14424995e41cd2db5de434054106cdc2f8 (patch)
tree4743a30d79f96c95536b891a91461a631036411d /llvm
parent0d16d2dc314e207ed97494cc52dc073e16f4aae2 (diff)
downloadbcm5719-llvm-6e15ec14424995e41cd2db5de434054106cdc2f8.tar.gz
bcm5719-llvm-6e15ec14424995e41cd2db5de434054106cdc2f8.zip
[asan] simplify a test
llvm-svn: 200378
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Instrumentation/AddressSanitizer/test64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Instrumentation/AddressSanitizer/test64.ll b/llvm/test/Instrumentation/AddressSanitizer/test64.ll
index 6aa5c288509..5b30fae714f 100644
--- a/llvm/test/Instrumentation/AddressSanitizer/test64.ll
+++ b/llvm/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 {
OpenPOWER on IntegriCloud