[llvm] r283318 - Test commit permission

Oren Ben Simhon via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 06:48:33 PDT 2016


Author: orenb
Date: Wed Oct  5 08:48:33 2016
New Revision: 283318

URL: http://llvm.org/viewvc/llvm-project?rev=283318&view=rev
Log:
Test commit permission

Modified:
    llvm/trunk/lib/Target/README.txt

Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=283318&r1=283317&r2=283318&view=diff
==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Wed Oct  5 08:48:33 2016
@@ -183,8 +183,8 @@ so cool to turn it into something like:
    
 ... which would only do one 32-bit XOR per loop iteration instead of two.
 
-It would also be nice to recognize the reg->size doesn't alias reg->node[i], but
-this requires TBAA.
+It would also be nice to recognize the reg->size doesn't alias reg->node[i],
+but this requires TBAA.
 
 //===---------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list