projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a5c17
)
[asan] simplify a test
author
Kostya Serebryany
<kcc@google.com>
Wed, 29 Jan 2014 07:35:43 +0000
(07:35 +0000)
committer
Kostya Serebryany
<kcc@google.com>
Wed, 29 Jan 2014 07:35:43 +0000
(07:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200378
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Instrumentation/AddressSanitizer/test64.ll
patch
|
blob
|
history
diff --git
a/test/Instrumentation/AddressSanitizer/test64.ll
b/test/Instrumentation/AddressSanitizer/test64.ll
index 6aa5c2885099412943a407ff2318d1b197e2dcc1..5b30fae714fdcac7312b2f658e64ea3b07407277 100644
(file)
--- 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 {