[llvm] r270056 - Test commit.

Ranjeet Singh via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 05:44:40 PDT 2016


Author: rsingh
Date: Thu May 19 07:44:39 2016
New Revision: 270056

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


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=270056&r1=270055&r2=270056&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README.txt (original)
+++ llvm/trunk/lib/Target/ARM/README.txt Thu May 19 07:44:39 2016
@@ -269,7 +269,7 @@ LBB4:
   b LBB2
 
 If BB4 is the only predecessor of BB3, then we can emit BB3 after BB4. We can
-then eliminate beq and and turn the unconditional branch to LBB2 to a bne.
+then eliminate beq and turn the unconditional branch to LBB2 to a bne.
 
 See McCat/18-imp/ComputeBoundingBoxes for an example.
 




More information about the llvm-commits mailing list