diff options
| author | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2016-05-19 12:44:39 +0000 |
|---|---|---|
| committer | Ranjeet Singh <Ranjeet.Singh@arm.com> | 2016-05-19 12:44:39 +0000 |
| commit | c520e93d9a533fa01399409f20fc385baf323dfa (patch) | |
| tree | 78000053f1555af2b6e829642a734efdb7f2d188 /llvm/lib/Target | |
| parent | 9b15b6f2d79acdb50c294478233de632ba950b4a (diff) | |
| download | bcm5719-llvm-c520e93d9a533fa01399409f20fc385baf323dfa.tar.gz bcm5719-llvm-c520e93d9a533fa01399409f20fc385baf323dfa.zip | |
Test commit.
llvm-svn: 270056
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/README.txt b/llvm/lib/Target/ARM/README.txt index 5acb2d46f3e..ede2b129419 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. |

