diff options
author | Hal Finkel <hfinkel@anl.gov> | 2012-06-08 20:02:09 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2012-06-08 20:02:09 +0000 |
commit | 16b16ac8408f2d775db2110451877e5920032b8c (patch) | |
tree | d7b64bb68a7e4126bca913d9749325d06e361f1f | |
parent | 7255d2a8084cb6aa96ea0e5f30acfff76df04ee8 (diff) |
Remove the TODO statement in the PPC README re: CTR loops
As Chris points out, this can now be removed!
TODO: check if the associated section on viterbi's inner loop can also be removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158224 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/README.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 349cd890d5..b6763aa738 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -2,7 +2,6 @@ TODO: * gpr0 allocation -* implement do-loop -> bdnz transform * lmw/stmw pass a la arm load store optimizer for prolog/epilog ===-------------------------------------------------------------------------=== |