From: Hal Finkel Date: Fri, 8 Jun 2012 20:02:09 +0000 (+0000) Subject: Remove the TODO statement in the PPC README re: CTR loops X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=16b16ac8408f2d775db2110451877e5920032b8c;p=oota-llvm.git 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 --- diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 349cd890d5e..b6763aa7380 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 ===-------------------------------------------------------------------------===