From c520e93d9a533fa01399409f20fc385baf323dfa Mon Sep 17 00:00:00 2001 From: Ranjeet Singh Date: Thu, 19 May 2016 12:44:39 +0000 Subject: [PATCH] Test commit. llvm-svn: 270056 --- llvm/lib/Target/ARM/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/ARM/README.txt b/llvm/lib/Target/ARM/README.txt index 5acb2d46f3e7..ede2b129419d 100644 --- a/llvm/lib/Target/ARM/README.txt +++ b/llvm/lib/Target/ARM/README.txt @@ -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.