[llvm] r274232 - Test commit

Elliot Colp via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 07:42:47 PDT 2016


Author: colpell
Date: Thu Jun 30 09:42:47 2016
New Revision: 274232

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

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

Modified: llvm/trunk/lib/Target/SystemZ/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/README.txt?rev=274232&r1=274231&r2=274232&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/README.txt (original)
+++ llvm/trunk/lib/Target/SystemZ/README.txt Thu Jun 30 09:42:47 2016
@@ -106,7 +106,7 @@ ought to be implemented as:
         ngr     %r2, %r0
         br      %r14
 
-but two-address optimisations reverse the order of the AND and force:
+but two-address optimizations reverse the order of the AND and force:
 
         lhi     %r0, 1
         ngr     %r0, %r2




More information about the llvm-commits mailing list