[llvm] r323947 - Test commit: Fix a comment.

Yvan Roux via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 00:39:58 PST 2018


Author: yroux
Date: Thu Feb  1 00:39:58 2018
New Revision: 323947

URL: http://llvm.org/viewvc/llvm-project?rev=323947&view=rev
Log:
Test commit: Fix a comment.

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

Modified: llvm/trunk/lib/Target/ARM/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README.txt?rev=323947&r1=323946&r2=323947&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README.txt (original)
+++ llvm/trunk/lib/Target/ARM/README.txt Thu Feb  1 00:39:58 2018
@@ -502,7 +502,7 @@ those operations and the ARMv6 scalar ve
 //===---------------------------------------------------------------------===//
 
 Split out LDR (literal) from normal ARM LDR instruction. Also consider spliting
-LDR into imm12 and so_reg forms. This allows us to clean up some code. e.g.
+LDR into imm12 and so_reg forms.  This allows us to clean up some code. e.g.
 ARMLoadStoreOptimizer does not need to look at LDR (literal) and LDR (so_reg)
 while ARMConstantIslandPass only need to worry about LDR (literal).
 




More information about the llvm-commits mailing list