Remove the TODO statement in the PPC README re: CTR loops
authorHal Finkel <hfinkel@anl.gov>
Fri, 8 Jun 2012 20:02:09 +0000 (20:02 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 8 Jun 2012 20:02:09 +0000 (20:02 +0000)
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

lib/Target/PowerPC/README.txt

index 349cd890d5eeadd1a58a5224c09fd1adf1d85bdf..b6763aa738024e4474618274bcb1687c7eb3b947 100644 (file)
@@ -2,7 +2,6 @@
 
 TODO:
 * gpr0 allocation
-* implement do-loop -> bdnz transform
 * lmw/stmw pass a la arm load store optimizer for prolog/epilog
 
 ===-------------------------------------------------------------------------===