[llvm] r200378 - [asan] simplify a test

Kostya Serebryany kcc at google.com
Tue Jan 28 23:35:43 PST 2014


Author: kcc
Date: Wed Jan 29 01:35:43 2014
New Revision: 200378

URL: http://llvm.org/viewvc/llvm-project?rev=200378&view=rev
Log:
[asan] simplify a test 

Modified:
    llvm/trunk/test/Instrumentation/AddressSanitizer/test64.ll

Modified: llvm/trunk/test/Instrumentation/AddressSanitizer/test64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/AddressSanitizer/test64.ll?rev=200378&r1=200377&r2=200378&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/AddressSanitizer/test64.ll (original)
+++ llvm/trunk/test/Instrumentation/AddressSanitizer/test64.ll Wed Jan 29 01:35:43 2014
@@ -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 {





More information about the llvm-commits mailing list