Author: kcc
Date: Wed Feb 28 13:58:19 2018
New Revision: 326373

URL: http://llvm.org/viewvc/llvm-project?rev=326373&view=rev
Log:
[hwasan] update the asm snippet in the docs to match the current default 
behaviour

Modified:
    cfe/trunk/docs/HardwareAssistedAddressSanitizerDesign.rst

Modified: cfe/trunk/docs/HardwareAssistedAddressSanitizerDesign.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/HardwareAssistedAddressSanitizerDesign.rst?rev=326373&r1=326372&r2=326373&view=diff
==============================================================================
--- cfe/trunk/docs/HardwareAssistedAddressSanitizerDesign.rst (original)
+++ cfe/trunk/docs/HardwareAssistedAddressSanitizerDesign.rst Wed Feb 28 
13:58:19 2018
@@ -61,8 +61,6 @@ verifies the tags. Currently, the follow
       14:      00 00 40 b9     ldr     w0, [x0]         // original load
       18:      c0 03 5f d6     ret             
       1c:      40 20 40 d4     hlt     #0x102           // halt
-      20:      00 00 40 b9     ldr     w0, [x0]         // original load
-      24:      c0 03 5f d6     ret
 
 
 Alternatively, memory accesses are prefixed with a function call.


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to